HtmlElement::DetachEventHandler Method (String^, EventHandler^)
.NET Framework (current version)
Removes an event handler from a named event on the HTML Document Object Model (DOM).
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- eventName
-
Type:
System::String^
The name of the event you want to handle.
- eventHandler
-
Type:
System::EventHandler^
The managed code that handles the event.
.NET Framework
Available since 2.0
Available since 2.0
Show: