[]
Provides data for the SelectedIndexChanging event.
public class SelectedIndexChangingEventArgs : CancelEventArgs
| Name | Description |
|---|---|
| SelectedIndexChangingEventArgs(int, bool) | Initializes a new instance of the SelectedIndexChangingEventArgs class |
| 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. |