Event.Bubbles

Event.Bubbles property

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

public bool Bubbles { get; }

也可以看看