Docking Tab for WinForms | ComponentOne
C1.Win.Command 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.

In This Topic
    TabPageMovedEventArgs Constructor
    In This Topic
    Initializes a new instance of the TabPageMovedEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal tabPage As C1DockingTabPage, _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer _
    )
    public TabPageMovedEventArgs( 
       C1DockingTabPage tabPage,
       int oldIndex,
       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