CommandManager
Wisej.Web.CommandManager
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Supports the ICommandSource implementations.
public class CommandManager : IDisposablePublic Class CommandManager
Inherits IDisposableMethods
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?

