Open topic with navigation
<vizact>.removeEvent
Deletes an EventFunction object
<vizact>.removeEvent( |
|
event |
) |
|
event
The event function object
Remarks
Uses this when you no longer need an EventFunction callback.
Return Value
None
Example
eventFunction = vizact.onupdate( 5, doSomething )
...
vizact.removeEvent( eventFunction )