ClassShortcutEventArgs
Class
Encapsulates the data, associated with the IShortcutProvider.OnShortcut callback.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class ShortcutEventArgs : EventArgs
Inheritance: objectEventArgsShortcutEventArgs
Derived Classes:
Inherited Members
Constructors
ShortcutEventArgs(Control, RadShortcut)
Declaration
cs-api-definition
public ShortcutEventArgs(Control focused, RadShortcut shortcut)
Parameters
focused
shortcut
Properties
FocusedControl
Gets the control that is currently focused and which will receive the keyboard event.
Handled
Determines whether the event is handled. If true, the keyboard message will not be dispatched to the focused control.
Shortcut
Gets the shortcut that is triggerred.