Property Bubbles
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
Bubbles
Indicates whether the dispatched event is a bubbling event.
public bool Bubbles { get; }
Property Value
- bool
true
if the dispatched event is a bubbling event,false
otherwise.