System.Windows.Forms.HtmlElementEventArgs.BubbleEvent Property

Gets or sets a value indicating whether the current event bubbles up through the element hierarchy of the HTML Document Object Model.

Syntax

public bool BubbleEvent { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Not all events in the Document Object Model bubble. All of the events exposed by the System.Windows.Forms.HtmlDocument managed wrapper bubble with the exception of HtmlDocument.Stop. For System.Windows.Forms.HtmlElement, the Error and Load events do not bubble. Setting BubbleEvent to true during any of these events will have no effect.

Requirements

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