Overload | Description |
---|---|
RemoveEventHandler(NEvent,Delegate) | Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling phase and the default group. |
RemoveEventHandler(NEvent,Delegate,Boolean) | Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling or the Capturing phase depending on the sinking parameter. The event handler must have been registered for the default group. |
RemoveEventHandler(NEvent,INEventHandler) | Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling phase and the default group. |
RemoveEventHandler(NEvent,INEventHandler,Boolean) | Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling or the Capturing phase depending on the sinking parameter. The event handler must have been registered for the default group. |