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

Definition

Namespace:Telerik.WinControls.Keyboard

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class ChordEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsChordEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public ChordEventArgs(Control associatedControl, RadItem associatedItem)
Parameters:associatedControlControlassociatedItemRadItem

Properties

C#
public Control AssociatedControl { get; }
C#
public RadItem AssociatedItem { get; }