BootstrapClientTabControlTabCancelEventArgs Members
Provides data for cancellable events related to manipulations on tabs.Constructors
| Name | Description |
|---|---|
| constructor(processOnServer, tab) | Initializes a new object of the BootstrapClientTabControlTabCancelEventArgs type with the specified settings. |
Properties
| Name | Description |
|---|---|
| cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientProcessingModeCancelEventArgs. |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
| reloadContentOnCallback | Gets or sets a value specifying whether a callback should be sent to the server to reload the content of the page being activated. |
| tab | Gets the tab object related to the event. |
See Also