ASPxClientTabControlTabCancelEventArgs Properties
Provides data for cancellable events which concern manipulations on tabs.
Name | Description |
---|---|
cancel |
Gets or sets a value indicating whether the action which raised the event should be canceled.
Inherited from ASPx |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
reload |
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