Interface IShortcutProvider
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IShortcutProvider
Properties
Shortcuts
Methods
OnPartialShortcut(PartialShortcutEventArgs)
Occurs when a registered shortcut's keyboard combination is partially complete. E.g. if we have Ctrl+C+V and Ctrl+C is pressed the event will be raised.
Declaration
void OnPartialShortcut(PartialShortcutEventArgs e)
Parameters
PartialShortcutEventArgs
e
|
OnShortcut(ShortcutEventArgs)
Occurs when the complete keyboard combination for a registered RadShortcut is triggerred.
Declaration
void OnShortcut(ShortcutEventArgs e)
Parameters
ShortcutEventArgs
e
|
OnShortcutsChanged()
Declaration
void OnShortcutsChanged()