[]
Represents the action for the MenuItem to execute.
public class MenuCommand
Name | Description |
---|---|
CanExecuteCommand | This method returns a Boolean value that determines whether the controller can execute the command. |
ExecuteCommand | This method executes the command. |