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.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool Bubbles { get; }
Public ReadOnly Property Bubbles As Boolean
Get
public:
property bool Bubbles {
bool get ();
}
member Bubbles : bool with get
Property Value
Type:
BooleanSee Also