ASPxClientButtonEditClickEventArgs Members
Provides data for the ASPxClientButtonEditBase.ButtonClick event.Constructors
| Name | Description |
|---|---|
| constructor(processOnServer, buttonIndex) | Initializes a new instance of the ASPxClientButtonEditClickEventArgs object with the specified parameters. |
Properties
| Name | Description |
|---|---|
| buttonIndex | Gets the index of the clicked button. |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also