Property Bubbles
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
Bubbles
Indicates whether an event is a bubbling event.
bool Bubbles { get; }
Property Value
- bool
If the event can bubble the property value is
true
, in other case the value isfalse
.