ASPxClientTreeListKeyboardEventArgs Members
Contains data for ASPxTreeList client-side keyboard events.Constructors
Name | Description |
---|---|
constructor(htmlEvent) | Initializes a new instance of the ASPxClientTreeListKeyboardEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
handled | Specifies whether to suppress the keyboard key’s default action. Inherited from ASPxClientGridKeyboardEventArgsBase. |
htmlEvent | Gets a DHTML event object that relates to the processed event. Inherited from ASPxClientGridKeyboardEventArgsBase. |
isAltPressed |
Specifies whether a user presses the Alt key when the event occurs.
Inherited from ASPxClientGridKeyboardEventArgsBase. |
isCtrlPressed |
Specifies whether a user presses the Ctrl key when the event occurs.
Inherited from ASPxClientGridKeyboardEventArgsBase. |
isShiftPressed |
Specifies whether a user presses the Shift key when the event occurs.
Inherited from ASPxClientGridKeyboardEventArgsBase. |
keyCode | Gets a key code. Inherited from ASPxClientGridKeyboardEventArgsBase. |
See Also