Click or drag to resize

AbstractCheckableGraphControllerCommandOnPropertyChanged Method

Raises the PropertyChanged event.

Namespace: Altaxo.Graph.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void OnPropertyChanged(
	string propertyName
)

Parameters

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