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.Object
sender
Represents the event sender. |
RadPopupClosingEventArgs
args
Represents the RadPopupClosingEventHandler. |
Constructors
RadPopupClosingEventHandler(Object, IntPtr)
Declaration
public RadPopupClosingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RadPopupClosingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RadPopupClosingEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RadPopupClosingEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, RadPopupClosingEventArgs)
Declaration
public virtual void Invoke(object sender, RadPopupClosingEventArgs args)
Parameters
System.Object
sender
|
RadPopupClosingEventArgs
args
|