[]
Initializes a new instance of the TabPageMovedEventArgs class
public TabPageMovedEventArgs(C1DockingTabPage tabPage, int oldIndex, int newIndex)
Type | Name | Description |
---|---|---|
C1DockingTabPage | tabPage | Indicates the tab page. |
int | oldIndex | Indicates the old index of the moved tab page. |
int | newIndex | Indicates the old index of the moved tab page. |