ClassPartialShortcutEventArgs
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class PartialShortcutEventArgs : ShortcutEventArgs
Inheritance: objectEventArgsShortcutEventArgsPartialShortcutEventArgs
Inherited Members
Constructors
PartialShortcutEventArgs(Control, RadShortcut, Keys[])
Declaration
cs-api-definition
public PartialShortcutEventArgs(Control focused, RadShortcut shortcut, Keys[] collectedKeys)
Parameters
focused
shortcut
collectedKeys
Keys[]
Properties
CollectedKeys
Gets an array with the currently collected key strokes.