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