Class DockStateEventArgs
Inheritance
System.Object
System.EventArgs
DockStateEventArgs
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 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 | Description |
---|---|
DockState |
OldState
Specifies the old state of the window.
Declaration
public readonly DockState OldState
Field Value
Type | Description |
---|---|
DockState |