Click or drag to resize

ObservableObjectBaseOnPropertyChanged Method (String)

Raises the PropertyChanged event for the property with the specified name.

[NotifyPropertyChangedInvocator]

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected void OnPropertyChanged(
	string propertyName = null
)

Parameters

propertyName (Optional)
Type: SystemString
Name of the property; omit this parameter to use the callers name provided by the CallerMemberNameAttribute
See Also