NotificationObject Class

Base class for items that support property notification.

Namespace:  Microsoft.Practices.Prism.ViewModel
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

[DataContractAttribute]
public abstract class NotificationObject : INotifyPropertyChanged
'Declaration
<DataContractAttribute> _
Public MustInherit Class NotificationObject _
    Implements INotifyPropertyChanged

Remarks

This class provides basic support for implementing the INotifyPropertyChanged interface and for marshalling execution to the UI thread.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.ViewModel.NotificationObject

See Also

NotificationObject Members

Microsoft.Practices.Prism.ViewModel Namespace