BindableBase Class

Implementation of INotifyPropertyChanged to simplify models.

Namespace: Microsoft.Practices.Prism.Mvvm
Assembly: Microsoft.Practices.Prism.Mvvm (in Microsoft.Practices.Prism.Mvvm.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

public abstract class BindableBase : INotifyPropertyChanged
'Declaration
Public MustInherit Class BindableBase
    Implements INotifyPropertyChanged

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Mvvm.BindableBase

See Also

BindableBase Members

Microsoft.Practices.Prism.Mvvm Namespace