Delegate DockWindowCancelEventHandler
A method template that is used to handle all cancelable events, associated with a Dock
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public delegate void DockWindowCancelEventHandler(object sender, DockWindowCancelEventArgs e);
Parameters
System.
|
Dock
|
Constructors
DockWindowCancelEventHandler(Object, IntPtr)
Declaration
public DockWindowCancelEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, DockWindowCancelEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DockWindowCancelEventArgs 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, DockWindowCancelEventArgs)
Declaration
public virtual void Invoke(object sender, DockWindowCancelEventArgs e)
Parameters
System.
|
Dock
|