ICommand
Wisej.Web.ICommand
Last updated
Wisej.Web.ICommand
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.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.
Parameter | Type | Description |
---|---|---|
Returns: Boolean. true if this command can be executed; otherwise, false.
Defines a method to be called when the command is invoked.
Parameter | Type | Description |
---|---|---|
EventHandler Fired when changes occur that affect whether or not the command should execute.
Name | Description |
---|---|
Implements the ICommand interface wrapping execute and canExecute actions.
Implements the ICommand interface wrapping execute and canExecute actions.
args
A CommandArgs that contains data that can be used by the command.
args
A CommandArgs that contains data that can be used by the command.