C# (CSharp) CommonLib.Mvvm Namespace

Nested Namespaces

CommonLib.Mvvm.Progress

Classes

Name Description
RelayCommand
ViewModelBase Base class for all ViewModel classes in the application. It provides support for property change notifications and has a DisplayName property. This class is abstract.
WorkspaceViewModel This ViewModelBase subclass requests to be removed from the UI when its CloseCommand executes. This class is abstract.