DelegateRadPopupClosedEventHandler
Delegate
Represents the method that will handle the
Represents the RadPopupClosedEventArgs. Represents the sender of the event.Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void RadPopupClosedEventHandler(object sender, RadPopupClosedEventArgs args)
Constructors
Methods
BeginInvoke(object, RadPopupClosedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, RadPopupClosedEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
args
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, RadPopupClosedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, RadPopupClosedEventArgs args)
Parameters
sender
args