Show Contents / Index / Search

Using Events

Automation events let you programmatically manage responses to events that occur during a Reflection 2008 session. Use Automation events to do the following:

  • Create procedures that run when a specified event occurs.
  • Interrupt (and modify or cancel) events.

    For example, when a user enters keys to be sent an IBM host, the BeforeSendKeys event occurs before the keys are actually sent. By creating a BeforeSendKeys event handler, you can modify those key values or cancel the SendKeys event.

To see a complete list of all of the events for Reflection 2008, see the VBA Help.

In this section

Create an Event Procedure