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