Click or drag to resize

InstanceChangedEventArgs Constructor

Initializes a new instance of the InstanceChangedEventArgs class

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public InstanceChangedEventArgs(
	Object? oldObject,
	Object? newObject
)

Parameters

oldObject  Object

[Missing <param name="oldObject"/> documentation for "M:Altaxo.Main.InstanceChangedEventArgs.#ctor(System.Object,System.Object)"]

newObject  Object

[Missing <param name="newObject"/> documentation for "M:Altaxo.Main.InstanceChangedEventArgs.#ctor(System.Object,System.Object)"]

See Also