Programming with Reflection

image\rwnprg32.gif AfterDisconnect event

 

Syntax Private Sub Session_AfterDisconnect()

 

Description

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:

BeforeUserDisconnect event procedure (if the disconnection was initiated from Reflection).

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

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command