CoreWebView2DownloadStartingEventArgs.Cancel Property

Definition

Indicates whether to cancel the download.

public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

Property Value

Remarks

If canceled, the download save dialog is not displayed regardless of the Handled value and the state is changed to Interrupted with interrupt reason UserCanceled.

Applies to