Programming with Reflection
AfterDisconnect
event
Syntax Private Sub Session_AfterDisconnect()
This event is triggered immediately after Reflection has disconnected from a host.
Notes
· Event procedures must be created in the code module for the Reflection Session object (ThisSession).
· Reflection executes disconnection actions in the following order:
1 BeforeUserDisconnect event procedure (if the disconnection was initiated from Reflection).
2 AfterDisconnect event procedure.
3 Events configured with Reflection's Event Setup dialog box (or using the OnEvent method) of the type "When a connection is terminated."