Class DockStateChangingEventArgs
Represents the arguments associated with a DockStateChanging event.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockStateChangingEventArgs : DockWindowCancelEventArgs
Constructors
DockStateChangingEventArgs(DockWindow, DockState)
Constructs a new instance of the DockStateChangingEventArgs class.
Declaration
public DockStateChangingEventArgs(DockWindow dockWindow, DockState newDockState)
Parameters
DockWindow
dockWindow
The DockWindow instance which DockState is about to change. |
DockState
newDockState
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
public DockState NewDockState { get; }
Property Value
DockState
|