Delegate
DockStateChangingEventHandler

A method template that is used to handle a DockState changing event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public delegate void DockStateChangingEventHandler(object sender, DockStateChangingEventArgs e)

Constructors

DockStateChangingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, DockStateChangingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

DockStateChangingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, DockStateChangingEventArgs)

Declaration

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

Parameters

sender

object

e

DockStateChangingEventArgs