InterfaceIShortcutProvider
Interface
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public interface IShortcutProvider
Properties
Shortcuts
Declaration
cs-api-definition
RadShortcutCollection Shortcuts { get; }
Property Value
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
cs-api-definition
void OnPartialShortcut(PartialShortcutEventArgs e)
Parameters
e
OnShortcut(ShortcutEventArgs)
Occurs when the complete keyboard combination for a registered RadShortcut is triggerred.
OnShortcutsChanged()
Declaration
cs-api-definition
void OnShortcutsChanged()