 |
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
Syntaxprotected 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:
BooleanTrue if the property was changed; otherwise false.
See Also