Class PopupClosingEventHandler
Inheritance
System.Object
PopupClosingEventHandler
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class PopupClosingEventHandler : MulticastDelegate
Constructors
PopupClosingEventHandler(Object, IntPtr)
Declaration
public PopupClosingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, PopupClosingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PopupClosingEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
PopupClosingEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, PopupClosingEventArgs)
Declaration
public virtual void Invoke(object sender, PopupClosingEventArgs e)
Parameters
Extension Methods