RadControls for WinForms

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 (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public delegate void DockWindowCancelEventHandler(
	Object sender,
	DockWindowCancelEventArgs e
)
Visual Basic
Public Delegate Sub DockWindowCancelEventHandler ( _
	sender As Object, _
	e As DockWindowCancelEventArgs _
)

Parameters

sender
Type: System..::..Object
e
Type: Telerik.WinControls.UI.Docking..::..DockWindowCancelEventArgs

See Also