Click or drag to resize

NGTreeNodeWithImageIndexOnPropertyChanged Method

Called when a property has changed.

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

Parameters

propertyName  String
Name of the property.
See Also