CommandManager

Wisej.Web.CommandManager

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Supports the ICommandSource implementations.

public class CommandManager : IDisposable

Methods

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

Events

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

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

Last updated