type
TScAfterChannelDisconnect = procedure(Sender: TObject; ChannelInfo: TScSSHChannelInfo) of object;
property AfterChannelDisconnect: TScAfterChannelDisconnect;
Description
Occurs after an SSH channel is disconnected.
Parameters:
• | Sender - the object whose event handler is called; |
• | ChannelInfo - holds the information about the current SSH channel. |