function removeEventHandler (shared-side)
Available since version: 0.3.0
This function will unbind function from specified event.
Declaration
boolean removeEventHandler(string eventName, function func)
Parameters
stringeventName: The name of the event.functionfunc: The reference to a function.
Returns boolean
True on success, false otherwise.