Class PartialShortcutEventArgs
Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class PartialShortcutEventArgs : ShortcutEventArgs
  Constructors
PartialShortcutEventArgs(Control, RadShortcut, Keys[])
Declaration
public PartialShortcutEventArgs(Control focused, RadShortcut shortcut, Keys[] collectedKeys)
  Parameters
| 
        System.Windows.Forms.Control
        focused
         
  | 
    
| 
        RadShortcut
        shortcut
         
  | 
    
| 
        System.Windows.Forms.Keys[]
        collectedKeys
         
  | 
    
Properties
CollectedKeys
Gets an array with the currently collected key strokes.
Declaration
public Keys[] CollectedKeys { get; }
  Property Value
| 
        System.Windows.Forms.Keys[]
         
  |