Delegate
DockWindowCancelEventHandler

A method template that is used to handle all cancelable events, associated with a DockWindow instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public delegate void DockWindowCancelEventHandler(object sender, DockWindowCancelEventArgs e)

Constructors

DockWindowCancelEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, DockWindowCancelEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

DockWindowCancelEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, DockWindowCancelEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, DockWindowCancelEventArgs e)

Parameters

sender

object

e

DockWindowCancelEventArgs