ASPxClientTabControlTabClickEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new object of the ASPx |
#Properties
Name | Description |
---|---|
cancel |
Gets or sets a value indicating whether the action which raised the event should be canceled.
Inherited from ASPx |
html |
Gets the HTML object that contains the processed tab. |
html |
Gets a DHTML event object that relates to the processed event. |
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.
Inherited from ASPx |
tab |
Gets the tab object related to the event.
Inherited from ASPx |
See Also