Programming with Reflection
AfterConnect
event
Syntax Private Sub Session_AfterConnect()
This event is triggered immediately after Reflection has connected to a host.
Notes
· Event procedures must be created in the code module for the Reflection Session object (ThisSession).
· Reflection executes connection-related actions in the following order. Reflection makes the host connection between steps 2 and 3.
1 BeforeConnect event procedure.
2 Display of the Reflection Connect to Host/Service dialog box (if no host is configured).
3 Connect macro.
4 AfterConnect event procedure.
5 Events configured with Reflection's Event Setup dialog box (or using the OnEvent method) of the type "When a connection is made."