ASPxClientButtonClickEventArgs Properties
Provides data for the ASPxClientButton.Click event.
Name | Description |
---|---|
cancel |
Specifies whether both the event’s default action and the event’s bubbling upon the hierarchy of event handlers should be canceled. |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
See Also