LaunchingEventArgs.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

屬性值

Boolean

若為 true,則要求應該取消事件,否則為 false。

適用於