menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockStateEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockStateEventArgs

    Inheritance
    System.Object
    System.EventArgs
    DockStateEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved