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 Dock
Declaration
public DockStateChangingEventArgs(DockWindow dockWindow, DockState newDockState)
Parameters
Dock The Dock |
Dock The Dock |
Properties
NewDockState
Gets the Dock
Declaration
public DockState NewDockState { get; }