constructor(htmlElement, htmlEvent) Constructor
Initializes a new object of the ASPxClientEditClickEventArgs type with the specified settings.
Declaration
constructor(
htmlElement: any,
htmlEvent: any
)
Parameters
Name | Type | Description |
---|---|---|
htmlElement | any | An HTML object. |
htmlEvent | any | A DHTML event object that relates to the processed event. |
Remarks
For internal use only.
See Also