DockWindowCancelEventHandler
Delegate
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:
C#
public delegate void DockWindowCancelEventHandler(object sender, DockWindowCancelEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, DockWindowCancelEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, DockWindowCancelEventArgs e)