Cancelable

Event.Cancelable property

用于指示事件是否可以阻止其默认操作。如果可以阻止默认操作,则值为 true,否则值为 false。

public bool Cancelable { get; }

也可以看看