The following tables list the members exposed by NotifyPropertyChanged.
Public Properties
| Name | Description |
 | IsDirty | Gets a value indicating whether this instance is dirty. |
 | TrackChanges | Gets or sets a value indicating whether track changes to this object. |
Top
Public Methods
| Name | Description |
 | Reset | Resets this instance. |
Top
Protected Methods
| Name | Description |
 | FirePropertyChanged | Fires the property changed event. |
 | SetValue<T> | Sets the property values and fires a notify property change event if required. |
Top
Public Events
See Also