Delegate
ChordsEventHandler

Represents the method that will handle the Activate event.

Definition

Namespace:Telerik.WinControls.Keyboard

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate void ChordsEventHandler(object sender, ChordEventArgs e)

Constructors

ChordsEventHandler(object, IntPtr)

Declaration

cs-api-definition
public ChordsEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, ChordEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ChordEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

ChordEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, ChordEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, ChordEventArgs e)

Parameters

sender

object

e

ChordEventArgs