Click or drag to resize

ParentChangedEventArgs Constructor

Initializes a new instance of the ParentChangedEventArgs class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ParentChangedEventArgs(
	Object? oldParent,
	Object? newParent
)

Parameters

oldParent  Object
The previous parent object.
newParent  Object
The new parent object.
See Also