'Declaration Public Function New( _ ByVal tabPage As C1DockingTabPage, _ ByVal oldIndex As System.Integer, _ ByVal newIndex As System.Integer _ )
public TabPageMovedEventArgs( C1DockingTabPage tabPage, System.int oldIndex, System.int newIndex )
Parameters
- tabPage
- Indicates the tab page.
- oldIndex
- Indicates the old index of the moved tab page.
- newIndex
- Indicates the old index of the moved tab page.