CommandManager
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Supports the ICommandSource implementations.
- C#
- VB.NET
public class CommandManager : IDisposable
Public Class CommandManager
Inherits IDisposable
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.