ClassDockWindowCancelEventArgs
Class
Represents the arguments associated with all cancelable events, associated with a DockWindow instance.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class DockWindowCancelEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDockWindowCancelEventArgs
Derived Classes:
Inherited Members
Constructors
DockWindowCancelEventArgs(DockWindow)
Constructs a new instance of the DockWindowCancelEventArgs class.
Declaration
cs-api-definition
public DockWindowCancelEventArgs(DockWindow dockWindow)
Parameters
dockWindow
DockWindowCancelEventArgs(DockWindow, DockWindow)
Initializes a new instance of the DockWindowCancelEventArgs class.
Declaration
cs-api-definition
public DockWindowCancelEventArgs(DockWindow oldWindow, DockWindow newWindow)
Parameters
oldWindow
The old dock window.
newWindow
The new dock window.