RemoveEvent - method of the PmaObject object
Description:
Unregisters the function in the specified event.
Syntax:
Empty RemoveEvent(Long sEventName, String sFuncId)
Parameters:
sEventName | (Long) Event name |
sFuncId | (String) Identifier of the event function registered by the AddEvent method. |
---|
Note:
This method is functional only for
JavaScript language.
Example:
Unregistration of the
Test function in the
onTick event of the
PmaTimer object
JavaScriptSelect and copy to clipboard
pMe.Pm("/Timer").RemoveEvent("onTick", pMe.GetPathName());