Delegate PopupClosedEventHandler
Represents the method that will handle the CloseUp event.
Assembly: Syncfusion.Shared.Base.dll
public delegate void PopupClosedEventHandler(object sender, PopupClosedEventArgs e);
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
The source of the event.
|
| PopupClosedEventArgs |
e |
A PopupClosedEventArgs that contains the event data.
|
Constructors
Declaration
public PopupClosedEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PopupClosedEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| PopupClosedEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, PopupClosedEventArgs e)
Parameters