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:
C#
public class DockWindowCancelEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDockWindowCancelEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the DockWindowCancelEventArgs class.
C#
public DockWindowCancelEventArgs(DockWindow oldWindow, DockWindow newWindow)
The old dock window.
newWindowDockWindowThe new dock window.
Constructs a new instance of the DockWindowCancelEventArgs class.
Properties
Gets the new window.
C#
public DockWindow NewWindow { get; }
The new window.
Gets the old window.
C#
public DockWindow OldWindow { get; }
The old window.