TaskCancelableEventArgs.Cancelable 属性

定义

获得一个值,表示你是否可以取消某个事件的默认动作。

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

属性值

True如果你可以取消某个事件的默认动作;否则,。 false

适用于