Class DockWindowCancelEventArgs
Represents the arguments associated with all cancelable events, associated with a DockWindow instance.
Inheritance
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockWindowCancelEventArgs : CancelEventArgs
Constructors
DockWindowCancelEventArgs(DockWindow)
Constructs a new instance of the DockWindowCancelEventArgs class.
Declaration
public DockWindowCancelEventArgs(DockWindow dockWindow)
Parameters
DockWindow
dockWindow
|
DockWindowCancelEventArgs(DockWindow, DockWindow)
Initializes a new instance of the DockWindowCancelEventArgs class.
Declaration
public DockWindowCancelEventArgs(DockWindow oldWindow, DockWindow newWindow)
Parameters
DockWindow
oldWindow
The old dock window. |
DockWindow
newWindow
The new dock window. |
Properties
NewWindow
Gets the new window.
Declaration
public DockWindow NewWindow { get; }
Property Value
DockWindow
The new window. |
OldWindow
Gets the old window.
Declaration
public DockWindow OldWindow { get; }
Property Value
DockWindow
The old window. |