ClassDockStateChangingEventArgs
Class
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
Constructors
DockStateChangingEventArgs(DockWindow, DockState)
Constructs a new instance of the DockStateChangingEventArgs class.
Declaration
cs-api-definition
public DockStateChangingEventArgs(DockWindow dockWindow, DockState newDockState)
Parameters
dockWindow
The DockWindow instance which DockState is about to change.
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.