New to Telerik UI for WinFormsStart a free 30-day trial

Represents the arguments associated with a DockStateChanging event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class DockStateChangingEventArgs : DockWindowCancelEventArgs

Inheritance: objectEventArgsCancelEventArgsDockWindowCancelEventArgsDockStateChangingEventArgs

Inherited Members DockWindowCancelEventArgs.OldWindowDockWindowCancelEventArgs.NewWindowCancelEventArgs.CancelEventArgs.Empty

Constructors

Constructs a new instance of the DockStateChangingEventArgs class.

C#
public DockStateChangingEventArgs(DockWindow dockWindow, DockState newDockState)
Parameters:dockWindowDockWindow

The DockWindow instance which DockState is about to change.

newDockStateDockState

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

Properties

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

C#
public DockState NewDockState { get; }