Interface
IShortcutProvider

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

RadShortcutCollection

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

PartialShortcutEventArgs

OnShortcut(ShortcutEventArgs)

Occurs when the complete keyboard combination for a registered RadShortcut is triggerred.

Declaration

cs-api-definition
void OnShortcut(ShortcutEventArgs e)

Parameters

e

ShortcutEventArgs

OnShortcutsChanged()

Declaration

cs-api-definition
void OnShortcutsChanged()