Class ContextChoiceItemSelectedEventHandler
Inheritance
System.Object
ContextChoiceItemSelectedEventHandler
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class ContextChoiceItemSelectedEventHandler : MulticastDelegate
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