constructor(htmlEvent) Constructor
Initializes a new instance of the ASPxClientEditKeyEventArgs object.
Declaration
constructor(
htmlEvent: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| htmlEvent | any | A DHTML event object that relates to the processed event. |
See Also