LaunchingEventArgs.Cancel Property

Definition

Gets or sets a value indicating whether the event source should be cancelled.

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

Property Value

True to request that the event should be cancelled; otherwise, false.

Applies to