type
TScClientEvent = procedure(Sender: TObject; ClientInfo: TScSSHClientInfo) of object;
property AfterClientDisconnect: TScClientEvent;
Description
Occurs after an SSH client is disconnected, or if connection to the client is lost.
Parameters:
• | Sender - the object whose event handler is called; |
• | ClientInfo - holds the information about the current state. |