Provides a basic implementation of the INotifyPropertyChanged interface.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Inheritance Hierarchy

See Also