Click or drag to resize

EventParametersBuilderBubbles Property

Gets or sets whether the dispatched event is a bubbling event.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool Bubbles { get; set; }

Property Value

Type: Boolean
true if the dispatched event is a bubbling event, false otherwise.
See Also