[]
Initializes a new instance of the SelectedIndexChangingEventArgs class
public SelectedIndexChangingEventArgs(int newIndex, bool canCancel)
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. |