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