Delegate
RadPopupOpeningEventHandler

Represents a method which will handle the PopupOpening event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void RadPopupOpeningEventHandler(object sender, CancelEventArgs args)

Constructors

RadPopupOpeningEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, CancelEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

args

CancelEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, CancelEventArgs)

Declaration

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

Parameters

sender

object

args

CancelEventArgs