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.
|
![]() | PropertyValueChangedArgs<TValue> |
Event args fro the PropertyValueChangedEventHandler<TValue> 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 | |
---|---|---|
![]() | PropertyValueChangedEventHandler<TValue> |
PropertyChanged event handler that supports standard property changed signature events with additional old value and new value parameters.
|