ICommand
Wisej.Web.ICommand
Last updated
Was this helpful?
Wisej.Web.ICommand
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Defines a command that can be used for data binding.
Defines a method that determines whether the command can execute in its current state.
args
Returns: . true if this command can be executed; otherwise, false.
Defines a method to be called when the command is invoked.
args
Fires the event.
A that contains data that can be used by the command.
A that contains data that can be used by the command.
Fired when changes occur that affect whether or not the command should execute.
Implements the interface wrapping execute and canExecute actions.
Implements the interface wrapping execute and canExecute actions.