menu

WPF

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

    Show / Hide Table of Contents

    Class DockTargetNameChangedEventArgs

    Class used to pass new and old names of the docking target of the dock able element.

    Inheritance
    System.Object
    System.EventArgs
    DockTargetNameChangedEventArgs
    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 DockTargetNameChangedEventArgs : EventArgs

    Constructors

    DockTargetNameChangedEventArgs(String, String)

    Initializes a new instance of the DockTargetNameChangedEventArgs class.

    Declaration
    public DockTargetNameChangedEventArgs(string oldValue, string newValue)
    Parameters
    Type Name Description
    System.String oldValue

    The old value.

    System.String newValue

    The new value.

    Fields

    NewName

    Specifies the new name of the docking target.

    Declaration
    public readonly string NewName
    Field Value
    Type
    System.String

    OldName

    Specifies the old name of the docking target.

    Declaration
    public readonly string OldName
    Field Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved