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

DelegateCommand(Delegate) - конструктор

Initializes a new instance of the DelegateCommand class using the specified method which will be invoked.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public DelegateCommand(
	Delegate method
)

Параметры

method
Тип: SystemDelegate
The Delegate to be invoked.
Исключения
ИсключениеУсловие
ArgumentNullExceptionmethod is null.
См. также