ASPxClientEditClickEventArgs Members
Provides data for the client-side events which concern clicking within editors.Constructors
Name | Description |
---|---|
constructor(htmlElement, htmlEvent) | Initializes a new object of the ASPxClientEditClickEventArgs type with the specified settings. |
Properties
Name | Description |
---|---|
htmlElement | Gets the HTML element related to the event. |
htmlEvent | Gets a DHTML event object that relates to the processed event. |
See Also