Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / RemoveEventHandler Method


In This Topic
    RemoveEventHandler Method (NNode)
    In This Topic
    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.
    Overload List
    OverloadDescription
    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.  
    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.  
    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.  
    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.  
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also