Delegate RadPopupClosedEventHandler
Represents the method that will handle the Represents the RadPopupClosedEventArgs. Represents the sender of the event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void RadPopupClosedEventHandler(object sender, RadPopupClosedEventArgs args);
Parameters
System.Object
sender
|
RadPopupClosedEventArgs
args
|
Constructors
RadPopupClosedEventHandler(Object, IntPtr)
Declaration
public RadPopupClosedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RadPopupClosedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RadPopupClosedEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RadPopupClosedEventArgs
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, RadPopupClosedEventArgs)
Declaration
public virtual void Invoke(object sender, RadPopupClosedEventArgs args)
Parameters
System.Object
sender
|
RadPopupClosedEventArgs
args
|