ChordsEventHandler
Delegate
Represents the method that will handle the Activate event.
Definition
Namespace:Telerik.WinControls.Keyboard
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void ChordsEventHandler(object sender, ChordEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, ChordEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, ChordEventArgs e)