New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class PartialShortcutEventArgs : ShortcutEventArgs

Inheritance: objectEventArgsShortcutEventArgsPartialShortcutEventArgs

Inherited Members ShortcutEventArgs.FocusedControlShortcutEventArgs.ShortcutShortcutEventArgs.HandledEventArgs.Empty

Constructors

C#
public PartialShortcutEventArgs(Control focused, RadShortcut shortcut, Keys[] collectedKeys)
Parameters:focusedControlshortcutRadShortcutcollectedKeysKeys[]

Properties

Gets an array with the currently collected key strokes.

C#
public Keys[] CollectedKeys { get; }