ASPxClientButtonClickEventArgs Members
Provides data for the ASPxClientButton.Click event.Constructors
Name | Description |
---|---|
constructor(processOnServer, cancelEventAndBubble) | Initializes a new instance of the ASPxClientButtonClickEventArgs class with the specified settings. |
Properties
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