C# Class Microsoft.Silverlight.Testing.Client.PropertyChangedBase

A base class for model objects that implement the property changed interface, to simplify calling the change handlers, and cache the underlying event argument instances.
Inheritance: INotifyPropertyChanged
Show file Open project: garyjohnson/wpnest

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Notify any listeners that the property value has changed.

Method Details

NotifyPropertyChanged() protected method

Notify any listeners that the property value has changed.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string The property name.
return void