For classes that need to implement INotifyPropertyChanged, can derive from this base class and call InvokePropertyChanged with the property name.

Namespace: AppCan.Core.Component
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class BaseNotifyPropertyChanged : INotifyPropertyChanged
Visual Basic
Public Class BaseNotifyPropertyChanged _
	Implements INotifyPropertyChanged
Visual C++
public ref class BaseNotifyPropertyChanged : INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  AppCan.Core.Component..::..BaseNotifyPropertyChanged

See Also