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
Constructors
Constructs a new instance of the DockStateChangingEventArgs class.
C#
public DockStateChangingEventArgs(DockWindow dockWindow, DockState newDockState)
The DockWindow instance which DockState is about to change.
newDockStateDockStateThe 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; }