Class DockWindowCancelEventArgs
Represents the arguments associated with all cancelable events, associated with a Dock
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 Dock
Declaration
public DockWindowCancelEventArgs(DockWindow dockWindow)
Parameters
Dock
|
DockWindowCancelEventArgs(DockWindow, DockWindow)
Initializes a new instance of the Dock
Declaration
public DockWindowCancelEventArgs(DockWindow oldWindow, DockWindow newWindow)
Parameters
Dock The old dock window. |
Dock The new dock window. |
Properties
NewWindow
Gets the new window.
Declaration
public DockWindow NewWindow { get; }
Property Value
Dock The new window. |
OldWindow
Gets the old window.
Declaration
public DockWindow OldWindow { get; }
Property Value
Dock The old window. |