Sign in Sign up
nuget

RFBCodeWorks.Mvvm.IViewModel

Library that includes the following: IViewModel - Interface Inherits from INotifyPropertyChanged - Basic Interface for ViewModels - Has a 'ParentViewModel' property to allow viewmodels to be retain a reference to the ViewModel that created it INotifyArgs - Sealed class - Simplifies creation of static objects for use with the INotifyPropertyChanging and INotifyPropertyChanged events - On construction, stores the property name, and creates an instance of the args for both INotifyPropertyChanged and INotifyPropertyChanging events - Implicitly converts to the event args - Contains the default 'Empty' property args to indicate all properties are changing.

nuget View on Nuget

Activity

Latest release
2y ago
Total releases
2
Cadence
~10 months
Last 12 months
0

Details

First release
Jan 16, 2023
Releases
Version Released
1.0.1 patch
1.0.0.1 initial