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