Skip to main content

ICommand<T> Methods

An interface that specifies a parameterized command.
Name Description
CanExecute(T) Returns whether the command can be executed in its current state.
CanExecute(Object) Defines the method that determines whether the command can execute in its current state. Inherited from ICommand.
Execute(T) Defines the method to be called when the command is invoked.
Execute(Object) Defines the method to be called when the command is invoked. Inherited from ICommand.
See Also