type
TScBeforeShellConnect = procedure(Sender: TObject; ClientInfo: TScSSHClientInfo) of object;
property BeforeShellConnect: TScBeforeShellConnect;
Description
Occurs before opening a new shell session.
Parameters:
• | Sender - the object whose event handler is called; |
• | ClientInfo - holds information about the current connection state. |
See Also