[]
        
(Showing Draft Content)

C1.Win.C1Command.SelectedIndexChangingEventArgs

SelectedIndexChangingEventArgs Class

Provides data for the SelectedIndexChanging event.

Inheritance
SelectedIndexChangingEventArgs
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class SelectedIndexChangingEventArgs : CancelEventArgs

Constructors

Name Description
SelectedIndexChangingEventArgs(int, bool)

Initializes a new instance of the SelectedIndexChangingEventArgs class

Fields

Name Description
CanCancel

Indicates whether the change of the selected index can be cancelled by the event handler.

NewIndex

Indicates the new index of the selected tab page.