BindableBase Events
Provides support for the INotifyPropertyChanged interface and capabilities for easy implementation of bindable properties with the GetProperty and SetProperty methods.| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |
See Also