RunEvent

<< Click to Display Table of Contents >>

 

RunEvent

RunEvent(EventName, [Arguments])

Executes the script or scripts linked to the event indicated by the EventName parameter, which must be a String. The Arguments parameter is optional and must be used in cases where the event needs arguments. These arguments must be separated by commas. This method fails if the indicated event does not have any script to execute.

Was this page useful?