Programming with Reflection

image\rwnprg32.gif AfterConnect event

 

Syntax Private Sub Session_AfterConnect()

 

Description

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.

BeforeConnect event procedure.

2 Display of the Reflection Connect to Host/Service dialog box (if no host is configured).

3 Connect macro.

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."

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command