[]
        
(Showing Draft Content)

C1.Win.C1Command.TabPageMovedEventArgs.-ctor

TabPageMovedEventArgs Constructor

TabPageMovedEventArgs(C1DockingTabPage, int, int)

Initializes a new instance of the TabPageMovedEventArgs class

Declaration
public TabPageMovedEventArgs(C1DockingTabPage tabPage, int oldIndex, int newIndex)
Parameters
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.