Class DockWindowStateEventArgs
Represents argument for DockWindowState event inherits from EventArgs
Inheritance
System.Object
System.EventArgs
DockWindowStateEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Windows.WindowState |
OldState
Specifies the old value of the state.
Declaration
public readonly WindowState OldState
Field Value
Type | Description |
---|---|
System.Windows.WindowState |