Class PopupOpeningEventHandler
Inheritance
System.Object
PopupOpeningEventHandler
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class PopupOpeningEventHandler : MulticastDelegate
Constructors
PopupOpeningEventHandler(Object, IntPtr)
Declaration
public PopupOpeningEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, PopupOpeningEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PopupOpeningEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
PopupOpeningEventArgs |
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, PopupOpeningEventArgs)
Declaration
public virtual void Invoke(object sender, PopupOpeningEventArgs e)
Parameters
Extension Methods