RemoveEvent - method of the PmgObject 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 also functional in
Web panels.
This method is functional only for
JavaScript language.
Example:
JavaScriptSelect and copy to clipboard
pMe.Items("/Butt").RemoveEvent("onButtonUp", pMe.GetPathName());