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