Class DockStateEventArgs
Inheritance
System.Object
DockStateEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DockStateEventArgs : EventArgs
Constructors
DockStateEventArgs(DockState, DockState)
Initializes a new instance of the DockStateEventArgs class.
Declaration
public DockStateEventArgs(DockState oldValue, DockState newValue)
Parameters
Type | Name | Description |
---|---|---|
DockState | oldValue | The old state of the window. |
DockState | newValue | The new state of the window. |
Fields
NewState
Specifies the new state of the window.
Declaration
public readonly DockState NewState
Field Value
Type |
---|
DockState |
OldState
Specifies the old state of the window.
Declaration
public readonly DockState OldState
Field Value
Type |
---|
DockState |