Tungsten
PropertyChangedNotifierSetValue Method |
Calls OnPropertyChanged. This method does not make assignments. Override this method to make assignments.
Namespace: W
Assembly: Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
protected virtual void SetValue( Object value, string propertyName = "" )
Parameters
- value
- Type: SystemObject
The new value - propertyName (Optional)
- Type: SystemString
The name of the caller (the property being set)
See Also