EventParametersBubbles Property  | 
 
                Indicates whether the dispatched event is a bubbling event.
            
 
    Namespace: 
   DotNetBrowser.Dom.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic bool Bubbles { get; }Property Value
Type: 
Booleantrue if the dispatched event is a bubbling event, 
false otherwise.
See Also