This topic has not yet been rated - Rate this topic

Sys.Observer.setValue Method

.NET Framework 4

Sets a property or field on the target in an observable manner.

Sys.Observer.setValue(target,propertyName,value);

Term

Definition

target

The object to which the property is set.

propertyName

A string that contains the name of the property or field to set.

value

The value to set.

The raisePropertyChanged method is called after the setValue method set the value of the target object property.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ