menu

UWP

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

    Show / Hide Table of Contents

    Class DockStateChangedEventArgs

    Inheritance
    System.Object
    DockStateChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfDockingManager.UWP.dll
    Syntax
    public class DockStateChangedEventArgs : EventArgs

    Constructors

    DockStateChangedEventArgs(UIElement, DockState, DockState, Dock)

    Initializes a new instance of the DockStateChangedEventArgs class.

    Declaration
    [ClassReference(IsReviewed = false)]
    public DockStateChangedEventArgs(UIElement uiElement, DockState oldState, DockState newState, Dock targetSide)
    Parameters
    Type Name Description
    Windows.UI.Xaml.UIElement uiElement

    The UI element

    DockState oldState

    The old state

    DockState newState

    The new state

    Dock targetSide

    Properties

    NewState

    Gets or sets a value indicating whether the new state.

    Declaration
    [ClassReference(IsReviewed = false)]
    public DockState NewState { get; set; }
    Property Value
    Type Description
    DockState

    The new state.

    OldState

    Gets or sets a value indicating whether the old state.

    Declaration
    public DockState OldState { get; set; }
    Property Value
    Type Description
    DockState

    The old state.

    TargetElement

    Gets or sets a value indicating whether the UI element.

    Declaration
    [ClassReference(IsReviewed = false)]
    public UIElement TargetElement { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.UIElement

    The UI element.

    TargetSide

    Gets or sets a value indicating whether TargetSide of Dock window

    Declaration
    public Dock TargetSide { get; set; }
    Property Value
    Type
    Dock

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved