Class
DockWindowCancelEventArgs

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: AutoHideWindowDisplayingEventArgsDockStateChangingEventArgsSelectedTabChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

DockWindowCancelEventArgs(DockWindow)

Constructs a new instance of the DockWindowCancelEventArgs class.

Declaration

cs-api-definition
public DockWindowCancelEventArgs(DockWindow dockWindow)

Parameters

dockWindow

DockWindow

DockWindowCancelEventArgs(DockWindow, DockWindow)

Initializes a new instance of the DockWindowCancelEventArgs class.

Declaration

cs-api-definition
public DockWindowCancelEventArgs(DockWindow oldWindow, DockWindow newWindow)

Parameters

oldWindow

DockWindow

The old dock window.

newWindow

DockWindow

The new dock window.

Properties

NewWindow

Gets the new window.

Declaration

cs-api-definition
public DockWindow NewWindow { get; }

Property Value

DockWindow

The new window.

OldWindow

Gets the old window.

Declaration

cs-api-definition
public DockWindow OldWindow { get; }

Property Value

DockWindow

The old window.