BootstrapPageControlCancelEventArgs 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. Inherited from TabControlCancelEventArgs. |
Tab | Gets a tab object related to the event. |
See Also