ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 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.

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 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also