Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base class for items that support property notification.
Namespace: Microsoft.Practices.Prism.ViewModel
Assembly: Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)
Syntax
[SerializableAttribute]
public abstract class NotificationObject : INotifyPropertyChanged
'Declaration
<SerializableAttribute> _
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