[]
        
(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)
Public Sub New(newIndex As Integer, canCancel As Boolean)
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.