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

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

Definition

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

Параметры

method  Delegate
The Delegate to be invoked.

Исключения

ArgumentNullExceptionmethod is null.

См. также