Class DockTargetNameChangedEventArgs
Class used to pass new and old names of the docking target of the dock able element.
Inheritance
System.Object
DockTargetNameChangedEventArgs
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 |