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