constructor(htmlEvent, handled) Constructor
Initializes a new instance of the ASPxClientRichEditKeyDownEventArgs object. For internal use only.
Declaration
constructor(
htmlEvent: any,
handled: boolean
)
Parameters
| Name | Type | Description |
|---|---|---|
| htmlEvent | any | A DHTML event object that relates to the processed event. |
| handled | boolean |
|
See Also