C# (CSharp) CommonLib.Mvvm Пространство имен

Пространства имен

CommonLib.Mvvm.Progress

Классы

Имя Описание
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.