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

プロパティ値

イベントを取り消す場合は true。それ以外の場合は false。

適用対象