Skip to main content
All docs
V23.2

ICommand<T> Methods

The 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 called when the command is invoked.
Execute(Object) Defines the method to be called when the command is invoked. Inherited from ICommand.
See Also