Class
ChordEventArgs

Definition

Namespace:Telerik.WinControls.Keyboard

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class ChordEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsChordEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ChordEventArgs(Control, RadItem)

Declaration

cs-api-definition
public ChordEventArgs(Control associatedControl, RadItem associatedItem)

Parameters

associatedControl

Control

associatedItem

RadItem

Properties

AssociatedControl

Declaration

cs-api-definition
public Control AssociatedControl { get; }

Property Value

Control

AssociatedItem

Declaration

cs-api-definition
public RadItem AssociatedItem { get; }

Property Value

RadItem