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