CommandManager
Wisej.Web.CommandManager
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Supports the ICommandSource implementations.
Methods
RefreshCommands()

Causes all the ICommandSource components to refresh their commands by invoking the CanExecute method.
Events
CanExecute

CancelEventHandler Fired when a ICommandSource invokes its command's CanExecute method.
Execute

HandledEventHandler Fired when a ICommandSource invokes its command's Execute method.
Last updated
Was this helpful?