Nuclex.Windows.Forms/Source/ViewModels
2019-02-06 07:30:41 +00:00
..
DialogViewModel.cs Added some 'dialog view models' that fire events when a dialog is to be closed (this allows ok and cancel buttons to be normally bound, allowing the view model to be unit tested and to run code upon receiving an ok click, the event then signaling to the dialog that it should close with the specified result) 2019-02-06 07:30:41 +00:00
DialogViewModel.Test.cs Added some 'dialog view models' that fire events when a dialog is to be closed (this allows ok and cancel buttons to be normally bound, allowing the view model to be unit tested and to run code upon receiving an ok click, the event then signaling to the dialog that it should close with the specified result) 2019-02-06 07:30:41 +00:00
ThreadedDialogViewModel.cs Added some 'dialog view models' that fire events when a dialog is to be closed (this allows ok and cancel buttons to be normally bound, allowing the view model to be unit tested and to run code upon receiving an ok click, the event then signaling to the dialog that it should close with the specified result) 2019-02-06 07:30:41 +00:00
ThreadedDialogViewModel.Test.cs Added some 'dialog view models' that fire events when a dialog is to be closed (this allows ok and cancel buttons to be normally bound, allowing the view model to be unit tested and to run code upon receiving an ok click, the event then signaling to the dialog that it should close with the specified result) 2019-02-06 07:30:41 +00:00
ThreadedViewModel.cs Cleaned and added a base class for view models with background processing tha uses the new ThreadedAction class to do its background processing; added a view binding interface for WinForms that emulates the WPF design 2019-02-06 07:00:27 +00:00
ThreadedViewModel.Test.cs Cleaned and added a base class for view models with background processing tha uses the new ThreadedAction class to do its background processing; added a view binding interface for WinForms that emulates the WPF design 2019-02-06 07:00:27 +00:00