Skip to main content
A newer version of this page is available. .

ASPxClientBinaryImage.Click Event

Occurs on the client side after an image is clicked.

Declaration

Click: ASPxClientEvent<ASPxClientEditEventHandler<ASPxClientBinaryImage>>

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 provide a client-side response to an end-user click on a binary image control.

The Click event occurs when the end-user releases the pressed button.

See Also