CommandManager
Wisej.Web.CommandManager
Last updated
Was this helpful?
Wisej.Web.CommandManager
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Supports the ICommandSource implementations.
Executes the CanExecute method on the commandSource .
Returns: Boolean.
Executes the Execute method on the commandSource .
Returns: Boolean.
Causes all the ICommandSource components to refresh their commands by invoking the CanExecute method.
CancelEventHandler Fired when a ICommandSource invokes its command's CanExecute method.
HandledEventHandler Fired when a ICommandSource invokes its command's Execute method.