Delegate
RadPopupOpenedEventHandler

Represents a method which will handle the PopupOpened event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void RadPopupOpenedEventHandler(object sender, EventArgs args)

Constructors

RadPopupOpenedEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, EventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

args

EventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, EventArgs)

Declaration

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

Parameters

sender

object

args

EventArgs