Click or drag to resize

ListNodeOnPropertyChanged Method

Called when a property has changed.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnPropertyChanged(
	string propertyName
)

Parameters

propertyName  String
Name of the property.
See Also