Skip to main content
Version: 4.1

CommandManager

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Supports the ICommandSource implementations.

public class CommandManager : IDisposable

Methods

Instance member RefreshCommands()

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

Events

Instance member CanExecute

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

Instance member Execute

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