Bubbles

Event.Bubbles property

用于指示事件是否为冒泡事件。如果事件可以冒泡,则值为真,否则值为假。

public bool Bubbles { get; }

也可以看看