Property Bubbles
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Core.dll
Bubbles
(DOM Level 2) Used to indicate whether or not an event is a bubbling event.
bool Bubbles { get; }
Property Value
Remarks
If the event can bubble the value is true
, otherwise the value is false
.