[]
        
(Showing Draft Content)

C1.Win.C1Command.TabPageMovedEventArgs

TabPageMovedEventArgs Class

Provides data for the TabPageMoved event.

Inheritance
TabPageMovedEventArgs
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class TabPageMovedEventArgs : EventArgs

Constructors

Name Description
TabPageMovedEventArgs(C1DockingTabPage, int, int)

Initializes a new instance of the TabPageMovedEventArgs class

Fields

Name Description
NewIndex

Indicates the new index of the moved tab page.

OldIndex

Indicates the old index of the moved tab page.

TabPage

Indicates the tab page.