ShortcutEventArgs Members
Provides data for the client-side ASPxClientScheduler.Shortcut event.Constructors
| Name | Description |
|---|---|
| constructor(commandName, htmlEvent) | Initialize a new instance of the class. |
Properties
| Name | Description |
|---|---|
| commandName | Gets the name of a command associated with the keyboard shortcut. |
| handled | Gets or sets whether an event is handled, and that default actions are not required. |
| htmlEvent | Gets an object containing information about a keyboard shortcut event. |
See Also