[]
Abstract base class for classes which fire an event when a property changes.
public abstract class NotifyObject
Public MustInherit Class NotifyObject
| Name | Description |
|---|---|
| NotifyObject() |
| Name | Description |
|---|---|
| OnPropertyChanged(string) | Fires the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |