Delegate ContextChoiceItemSelectedEventHandler
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public delegate void ContextChoiceItemSelectedEventHandler(IContextChoiceController sender, ContextChoiceItemSelectedEventArgs e);
Parameters
Constructors
ContextChoiceItemSelectedEventHandler(Object, IntPtr)
Declaration
public ContextChoiceItemSelectedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IContextChoiceController, ContextChoiceItemSelectedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IContextChoiceController sender, ContextChoiceItemSelectedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(IContextChoiceController, ContextChoiceItemSelectedEventArgs)
Declaration
public virtual void Invoke(IContextChoiceController sender, ContextChoiceItemSelectedEventArgs e)
Parameters