TabControlCancelEventArgs Properties
Provides data for cancellable events which concern manipulations on tabs.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the command which raised an event should be canceled. |
| Tab | Gets a tab object related to the event. Inherited from TabControlEventArgs. |
See Also