ComponentOne Menus and Toolbars for WinForms
TabPageMovedEventArgs Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > TabPageMovedEventArgs Class : TabPageMovedEventArgs Constructor
Indicates the tab page.
Indicates the old index of the moved tab page.
Indicates the old index of the moved tab page.
Initializes a new instance of the TabPageMovedEventArgs class
Syntax
'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.
See Also

Reference

TabPageMovedEventArgs Class
TabPageMovedEventArgs Members