Delegate PopupOpenedEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public delegate void PopupOpenedEventHandler(object sender, PopupOpenedEventArgs args);
Parameters
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
Type |
Description |
System.IAsyncResult |
|
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