EventBubbles Property
Used to indicate whether or not an event is a bubbling event. If the event can bubble the value is true, else the value is false.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool Bubbles { get; }

Property Value

Type: Boolean
See Also