DelegateCommand Class Methods
For a list of all members of this type, see DelegateCommand members.
Public Methods
Name | Description | |
---|---|---|
CanExecute | Defines the method that determines whether the command can execute in its current state. | |
Execute | Defines the method to be called when the command is invoked. |
See Also