Provides property change notification servics for view model objects.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class ViewModelBase : INotifyPropertyChanged
Visual Basic
Public MustInherit Class ViewModelBase _
	Implements INotifyPropertyChanged
Visual C++
public ref class ViewModelBase abstract : INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  Mindscape.PhoneElements..::..ViewModelBase
    Mindscape.PhoneElements..::..NotifyingColor

See Also