Class PopupOpenedEventHandler
Inheritance
System.Object
PopupOpenedEventHandler
Assembly: Syncfusion.Grid.Wpf.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 args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
PopupOpenedEventArgs |
args |
|
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 args)
Parameters