Class ChordEventArgs
Inheritance
System.Object
ChordEventArgs
Namespace: Telerik.WinControls.Keyboard
Assembly: Telerik.WinControls.dll
Syntax
public class ChordEventArgs : CancelEventArgs
Constructors
ChordEventArgs(Control, RadItem)
Declaration
public ChordEventArgs(Control associatedControl, RadItem associatedItem)
Parameters
System.Windows.Forms.Control
associatedControl
|
RadItem
associatedItem
|
Properties
AssociatedControl
Declaration
public Control AssociatedControl { get; }
Property Value
System.Windows.Forms.Control
|