Click or drag to resize

ItemNotifyPropertyChanged Method

Raises the PropertyChanged event for the specified property.

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void NotifyPropertyChanged(
	string property
)

Parameters

property  String
The name of the property that changed.
See Also