Skip to main content
All docs
V25.1
  • ICommand<T> Members

    The interface that specifies a parameterized command.

    Methods

    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.

    Events

    Name Description
    CanExecuteChanged Occurs when changes occur that affect whether or not the command should execute. Inherited from ICommand.
    See Also