Для изменения размера нажмите или перетащите

DelegateCommand - конструктор

Список перегрузок
  ИмяОписание
Открытый методDelegateCommand(Delegate)
Initializes a new instance of the DelegateCommand class using the specified method which will be invoked.
Открытый методDelegateCommand(String, Delegate)
Initializes a new instance of the DelegateCommand class using the specified name, and method which will be invoked.
Открытый методDelegateCommand(String, String, Delegate)
Initializes a new instance of the DelegateCommand class using the specified name, description, and method which will be invoked.
В начало страницы
См. также