Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPServer.OnAfterCommandHandler
Represents the event handler signalled after CommandHandler usgage.

property OnAfterCommandHandler: TIdAfterCommandHandlerEvent;
Description
OnAfterCommandHandler is a TIdAfterCommandHandlerEvent property that represents the event handler signalled after CommandHandlers have been used to service an executing peer thread connection. Note: OnAfterCommandHandler does not indicate that a TIdCommandHandler was located for a command from the client.

Use OnNoCommandHandler to respond to event notifications when a command handler cannot be located for a client command.