Delegate
RadPopupClosedEventHandler

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

RadPopupClosedEventHandler(object, IntPtr)

Declaration

cs-api-definition
public RadPopupClosedEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, RadPopupClosedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, RadPopupClosedEventArgs args, AsyncCallback callback, object @object)

Parameters

sender

object

args

RadPopupClosedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, RadPopupClosedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, RadPopupClosedEventArgs args)

Parameters

sender

object

args

RadPopupClosedEventArgs