Click or drag to resize

HistogramPropertiesNotifyPropertyChanged Method (String)

Raises the PropertyChanged event.

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected void NotifyPropertyChanged(
	string propertyName = ""
)

Parameters

propertyName (Optional)
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Demo3D.Utilities.Performance.HistogramProperties.NotifyPropertyChanged(System.String)"]

See Also