Overload | Description |
---|---|
AddEventHandler(NEvent,INEventHandler) | Adds an event handler, which belongs to the default event handlers group, which is triggered during the AtTarget/Bubbling phase. |
AddEventHandler(NEvent,INEventHandler,Boolean) | Adds an event handler, which belongs to the default event handlers group, which is triggered during the AtTarget/Bubbling phase or the Capturing phase if sinking is true. |