System.Windows.Forms.HtmlElement.RaiseEvent Method

Causes the named event to call all registered event handlers.

Syntax

public void RaiseEvent (string eventName)

Parameters

eventName
The name of the event to raise.

Remarks

This method is used to access HTML Document Object Model (DOM) events. It directly calls the tp://go.microsoft.com/fwlink/?LinkId=103189 method. For more information about how to use the DOM through the System.Windows.Forms.HtmlElement class, see Accessing Unexposed Members on the Managed HTML Document Object Model.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0