Click or drag to resize
weroSoft AG, Software
NotifyPropertyChangedOnPropertyChanged Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Raises the event PropertyChanged.

Namespace:  WeroSoft.Windows
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
protected virtual void OnPropertyChanged(
	string propertyName = null
)

Parameters

propertyName (Optional)
Type: SystemString
Name of the property which has been changed.
See Also