Provide Event Handlers

The Events tab of the Property Sheet lists all events supported by the selected control. The simplest example of an event is a mouse click on the control. Through the Events tab, users are able to write ‘event handlers’. These are procedures, written in VBScript, by which Exaquantum/Explorer should handle the events.

For more information on events and the controls that support events, click on image\CHICLET.gif

  1. In the Property Sheet window, click on the Events tab. Sample Events supported by the button control are shown.
  2. In the left column, click on the title of the event for which a handler is required.
  3. In the right column, click on the option button image\ebd_Ebd94.gif and the VBS Mini-Editor window is displayed.
  4. Event handlers are written in VB script using the VBS Mini-Editor.