HtmlElement::RaiseEvent Method (String^)
.NET Framework (current version)
Causes the named event to call all registered event handlers.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- eventName
-
Type:
System::String^
The name of the event to raise.
This method is used to access HTML Document Object Model (DOM) events. It directly calls the IHTMLElement3::fireEvent method. For more information about how to use the DOM through the HtmlElement class, see Accessing Unexposed Members on the Managed HTML Document Object Model.
.NET Framework
Available since 2.0
Available since 2.0
Show: