DelegateCommand(Delegate) - конструктор
Initializes a new instance of the
DelegateCommand class using
the specified method which will be invoked.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public DelegateCommand(
Delegate method
)
Public Sub New (
method As Delegate
)
public:
DelegateCommand(
Delegate^ method
)
new :
method : Delegate -> DelegateCommand
Параметры
- method Delegate
- The Delegate to be invoked.
| ArgumentNullException | method is null. |