Delegate RadPopupClosingEventHandler
Represents the method that will handle the RadPopupClosing event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void RadPopupClosingEventHandler(object sender, RadPopupClosingEventArgs args);
Parameters
System. Represents the event sender. |
Rad Represents the Rad |
Constructors
RadPopupClosingEventHandler(Object, IntPtr)
Declaration
public RadPopupClosingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, RadPopupClosingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RadPopupClosingEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Rad
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, RadPopupClosingEventArgs)
Declaration
public virtual void Invoke(object sender, RadPopupClosingEventArgs args)
Parameters
System.
|
Rad
|