Delegate ContextChoiceItemEventHandler
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public delegate void ContextChoiceItemEventHandler(IContextChoiceController sender, ContextChoiceItemEventArgs e);
Parameters
Constructors
ContextChoiceItemEventHandler(Object, IntPtr)
Declaration
public ContextChoiceItemEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IContextChoiceController, ContextChoiceItemEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IContextChoiceController sender, ContextChoiceItemEventArgs 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, ContextChoiceItemEventArgs)
Declaration
public virtual void Invoke(IContextChoiceController sender, ContextChoiceItemEventArgs e)
Parameters