type
TScAfterShellDisconnect = procedure(Sender: TObject; ClientInfo: TScSSHClientInfo) of object;
property AfterShellDisconnect: TScAfterShellDisconnect;
Description
Occurs after an SSH shell session is disconnected.
Parameters:
• | Sender - the object whose event handler is called; |
• | ClientInfo - holds information about the current connection state. |
See Also