ASPxClientTokenBox.ButtonClick Event
For internal use only.
Declaration
ButtonClick: ASPxClientEvent<ASPxClientButtonEditClickEventHandler<ASPxClientTokenBox>>
Event Data
The ButtonClick event's data class is ASPxClientButtonEditClickEventArgs. The following properties provide information specific to this event:
| Property | 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