Skip to main content
Version: 3.5

CommandManager

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Supports the ICommandSource implementations.

public class CommandManager : IDisposable

Methods

Instance memberRefreshCommands()

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

Events

Instance memberCanExecute

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

Instance memberExecute

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