| Overload | Description |
|---|---|
| ContainsEventHandler(NEvent,Delegate,Boolean) | Returns true if the node contains the specifeid event handler for the specified dom event |
| ContainsEventHandler<TArgs>(NEvent,DNFunction<TArgs>,Boolean) | Returns true if the node contains the specifeid event handler for the specified dom event |
| ContainsEventHandler(NEvent,INEventHandler,Boolean) | Returns true if the node contains the specifeid event handler for the specified dom event |