NDGIO
Global Functions & Examples
OverrideEventHandler() Paramsscriptname - Script name which is the same you would use to require the file (ie: default:base_mobile) eventtype - event type to be fired eventid - event identifier of the specific event to override |
Overrides an already registered event handler from the specified package name. These handlers are not saved and must be registered every time the object is loaded. |
Example
CODE EXAMPLE BLOCK