ICommand

Wisej.Web.ICommand

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Defines a command that can be used for data binding.

public interface ICommand

Methods

Defines a method that determines whether the command can execute in its current state.

Returns: Boolean. true if this command can be executed; otherwise, false.

Defines a method to be called when the command is invoked.

Fires the CanExecuteChanged event.

Events

EventHandler Fired when changes occur that affect whether or not the command should execute.

Implemented By

Last updated