UnRegisterEventHandler()

Syntax:

UnRegisterEventHandler( EventID )

Parameters:

EventID – the identifier returned by the RegisterEventHandler function when the handler was registered. This parameter is required. Most commonly the EventID is simply stored in a variable when setting the Event Handler and then it is passed back by using the variable again and you thereby need not actually know the eventID itself.

image\Script_Button.jpgExamples