checks whether the component has the specified event
name | string | the event name, case-insensitive |
boolean | true, if at least one handler was attached to the specified event. Otherwise, false |
var is_exit = dtable.hasEvent('onBeforeSelect');
The method checks whether some handler was attached to the object, and doesn't check whether that object has such event