Class
PartialShortcutEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class PartialShortcutEventArgs : ShortcutEventArgs

Inheritance: objectEventArgsShortcutEventArgsPartialShortcutEventArgs

Inherited Members ShortcutEventArgs.FocusedControlShortcutEventArgs.ShortcutShortcutEventArgs.HandledEventArgs.Empty

Constructors

PartialShortcutEventArgs(Control, RadShortcut, Keys[])

Declaration

cs-api-definition
public PartialShortcutEventArgs(Control focused, RadShortcut shortcut, Keys[] collectedKeys)

Parameters

focused

Control

shortcut

RadShortcut

collectedKeys

Keys[]

Properties

CollectedKeys

Gets an array with the currently collected key strokes.

Declaration

cs-api-definition
public Keys[] CollectedKeys { get; }

Property Value

Keys[]