BionicCode.Utilities.Net.Standard.ViewModel Namespace |
[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Standard.ViewModel"]
| Class | Description | |
|---|---|---|
| BaseViewModel | Obsolete.
Base class recommended to use for view models across the application. Encapsulates implementations of INotifyPropertyChanged and INotifyDataErrorInfo.
| |
| PropertyValueChangedArgsTValue |
Event args fro the PropertyValueChangedEventHandlerTValue event delegate.
| |
| ViewModel |
Base class recommended to use for view models across the application. Encapsulates implementations of INotifyPropertyChanged and INotifyDataErrorInfo.
|
| Interface | Description | |
|---|---|---|
| IBaseViewModel | Obsolete. | |
| IViewModel |
Encapsulates implementations of INotifyPropertyChanged and INotifyDataErrorInfo and adds PropertyValueChanged event which is raised in tandem with PropertyChanged except it provides addition data like old value and new value.
|
| Delegate | Description | |
|---|---|---|
| PropertyValueChangedEventHandlerTValue |
PropertyChanged event handler that supports standard property changed signature events with additional old value and new value parameters.
|