Event Handler Properties

You specify the properties for an event handler by selecting its entry in the resource editor.

Property

Description

Name

Specifies the name of the event handler.

Comment

Provides a description of the event handler.

Event Handler Script

This tab specifies the VBScript that will run when the event occurs. Note that you should not use statements such as msgbox, or input box to open a dialog box in the event handler function.

Global Script

This tab can be used for sharing library functions and static attributes in the resource file.

For more information on defining a script and using the Global Script tab, see Defining the script of a custom check and Using the global script.