String that specifies any of the standard DHTML Events without "on" prefix, if may also include an optional (dot "." prefixed) namespaces "click" "click.mynamespace" in addition to specific namespaces.
Pointer that specifies the function to call when event fires
Optional
evtNamespace: string | string[][Optional] Additional namespace(s) to append to the event listeners so they can be uniquely identified and removed based on this namespace, if the eventName also includes a namespace the namespace(s) are merged into a single namespace
[Optional] Defaults to false
True if the function was bound successfully to the event, otherwise false
Binds the specified function to an event, so that the function gets called whenever the event fires on the object