Chapter 4 Extending your Models with Profiles
The following properties are available for event handlers:
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. |
Copyright (C) 2008. Sybase Inc. All rights reserved. |