Class
DockStateChangingEventArgs

Represents the arguments associated with a DockStateChanging event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class DockStateChangingEventArgs : DockWindowCancelEventArgs

Inheritance: objectEventArgsCancelEventArgsDockWindowCancelEventArgsDockStateChangingEventArgs

Inherited Members DockWindowCancelEventArgs.OldWindowDockWindowCancelEventArgs.NewWindowCancelEventArgs.CancelEventArgs.Empty

Constructors

DockStateChangingEventArgs(DockWindow, DockState)

Constructs a new instance of the DockStateChangingEventArgs class.

Declaration

cs-api-definition
public DockStateChangingEventArgs(DockWindow dockWindow, DockState newDockState)

Parameters

dockWindow

DockWindow

The DockWindow instance which DockState is about to change.

newDockState

DockState

The DockState value that is about to be applied to the window.

Properties

NewDockState

Gets the DockState that is about to be applied to the associated DockWindow instance.

Declaration

cs-api-definition
public DockState NewDockState { get; }

Property Value

DockState