Table of Contents

Property Bubbles

Namespace
DotNetBrowser.Dom.Events
Assembly
DotNetBrowser.dll

Bubbles

Gets or sets whether the dispatched event is a bubbling event.

public bool Bubbles { get; set; }

Property Value

bool

true if the dispatched event is a bubbling event, false otherwise.