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