[]
Provides data for the TabPageMoved event.
public class TabPageMovedEventArgs : EventArgs
Name | Description |
---|---|
TabPageMovedEventArgs(C1DockingTabPage, int, int) | Initializes a new instance of the TabPageMovedEventArgs class |
Name | Description |
---|---|
NewIndex | Indicates the new index of the moved tab page. |
OldIndex | Indicates the old index of the moved tab page. |
TabPage | Indicates the tab page. |