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.
|
Rad
|
Properties
AssociatedControl
Declaration
public Control AssociatedControl { get; }
Property Value
System.
|