Delegate DockWindowEventHandler
A method template that is used to handle all Dock
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public delegate void DockWindowEventHandler(object sender, DockWindowEventArgs e);
Parameters
System.
|
Dock
|
Constructors
DockWindowEventHandler(Object, IntPtr)
Declaration
public DockWindowEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, DockWindowEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DockWindowEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Dock
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, DockWindowEventArgs)
Declaration
public virtual void Invoke(object sender, DockWindowEventArgs e)
Parameters
System.
|
Dock
|