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