Delegate NavigationDrawer.ClosingEventHandler
Delegate for Closing Event.
Assembly: Syncfusion.Tools.Windows.dll
public delegate void ClosingEventHandler(object sender, CancelEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
Source of the event.
|
System.ComponentModel.CancelEventArgs |
e |
CancelEventArgs contains the event data.
|
Constructors
Declaration
public ClosingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CancelEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.ComponentModel.CancelEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, CancelEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.ComponentModel.CancelEventArgs |
e |
|