[This is preliminary documentation and is subject to change.]

The CommandManager type exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
CommandCalled
Occurs when the command has been called by a player or the console.
CommandCalling
Occurs when a command is being called by a player or the console (cancelable).
CommandRegistered
Occurs when a command has been registered.
CommandRegistering
Occurs when a command is being registered (cancelable).

See Also