ShortcutEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientScheduler.Shortcut event.
#Declaration
TypeScript
interface ShortcutEventHandler<Sender> { (source: Sender, e: ShortcutEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event sender (typically an ASPx |
e | Shortcut |
A Shortcut |
See Also