Click or drag to resize
weroSoft AG, Software
ViewModelBaseSetPropertyValue Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Sets the value of a particular property.

Namespace:  WeroSoft.Windows
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
protected virtual bool SetPropertyValue(
	Object propertyValue,
	bool notify = true,
	string propertyName = null
)

Parameters

propertyValue
Type: SystemObject
Value to be set.
notify (Optional)
Type: SystemBoolean
Value indicating whether the notification of changing the property shall be used or not.
propertyName (Optional)
Type: SystemString
Name of the property whose value shall be set.

Return Value

Type: Boolean
True if the property was changed; otherwise false.
See Also