Click or drag to resize

IEventBubbles Property

Indicates whether an event is a bubbling event.

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

Property Value

Type: Boolean
If the event can bubble the property value is true, in other case the value is false.
See Also