Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class PartialShortcutEventArgs : ShortcutEventArgs
Inheritance: objectEventArgsShortcutEventArgsPartialShortcutEventArgs
Inherited Members
Constructors
C#
public PartialShortcutEventArgs(Control focused, RadShortcut shortcut, Keys[] collectedKeys)
Properties
Gets an array with the currently collected key strokes.
C#
public Keys[] CollectedKeys { get; }