ASPxClientStaticEdit.Click Event
Occurs on the client side after an end-user clicks within a static editor.
Declaration
Click: ASPxClientEvent<ASPxClientEditEventHandler<ASPxClientStaticEdit>>
Event Data
The Click event's data class is ASPxClientEditClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
htmlElement | Gets the HTML element related to the event. |
htmlEvent | Gets a DHTML event object that relates to the processed event. |
Remarks
Write a Click event handler to implement additional client-side functionality in response to user clicks within a static editor.
The Click event occurs when the user releases the pressed button.
See Also