HtmlWindow::DetachEventHandler Method (String^, EventHandler^)
.NET Framework (current version)
Removes the named event handler.
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^
A reference to the managed code that handles the event.
.NET Framework
Available since 2.0
Available since 2.0
Show: