PreProcessInputEventArgs.Canceled 属性

定义

确定是否取消了处理输入事件。

public:
 property bool Canceled { bool get(); };
public bool Canceled { get; }
member this.Canceled : bool
Public ReadOnly Property Canceled As Boolean

属性值

true 如果已取消处理,则为否则,为 false.

注解

取消预处理输入会阻止进一步处理输入。 侦 PreNotifyInput 听以确定另一个处理程序是否取消了预处理输入。

适用于