Event.Bubbles

Event.Bubbles 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.

public bool Bubbles { get; }

See Also