RemoveEvent - method of the PmfObject object
Description:
Deregisters the function in the specified event.
Syntax:
Empty RemoveEvent(Long sEventName, Function Func)
Parameters:
sEventName | (Long) Event name of the corresponding Pmf object. |
---|
Func | (Function) The function to be unregistered in the corresponding event. |
---|
Note:
This method is also functional in
Web panels.
This method is functional only for
JavaScript language.
Example1:
JavaScriptSelect and copy to clipboard
oPmf.RemoveEvent("onEditAccept", onEAccept);