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.
|