Hello Martin;
Thank you for responding back.
Here is a picture of the event I was asking about.
[IMG]http://i63.tinypic.com/2dslssz.png[/IMG]
I can also explain it in detail but an image should be much more clear.
When I slide “document1” on the “documentGrouptab” to switch it’s position with “document2” on the tab I don’t know which of the following outputs can I use for that.
@Output() onCreate = new EventEmitter();
@Output() onDock = new EventEmitter();
@Output() onFloatGroupClosed = new EventEmitter();
@Output() onFloat = new EventEmitter();
@Output() onPin = new EventEmitter();
@Output() onResize = new EventEmitter();
@Output() onUnpin = new EventEmitter();