CurrentChangingEventArgs.Cancel 属性

定义

获取或设置一个值,它指示是否取消事件。

public:
 property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

属性值

如果要取消事件,则为 true;否则为 false。 默认值是 false

例外

如果 IsCancelable 的值为 false

适用于