[]
        
(Showing Draft Content)

C1.Win.Command.SelectedIndexChangingEventArgs.-ctor

SelectedIndexChangingEventArgs Constructor

SelectedIndexChangingEventArgs(int, bool)

Initializes a new instance of the SelectedIndexChangingEventArgs class

Declaration
public SelectedIndexChangingEventArgs(int newIndex, bool canCancel)
Parameters
Type Name Description
int newIndex

Indicates the new index of the selected tab page.

bool canCancel

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