C# (CSharp) GeekyTool.Core.Commands Пространство имен

Классы

Имя Описание
DelegateCommand A command whose sole purpose is to relay its functionality to other objects by invoking delegates. The default return value for the CanExecute method is 'true'. This class does not allow you to accept command parameters in the Execute and CanExecute callback methods.
DelegateCommandAsync This class allows us to delegate command execution to viewmodels. This version of the command allow to use async/await.