CoreWebView2SaveAsUIShowingEventArgs.Cancel Property

Definition

Indicates whether to cancel the save as before download.

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

Property Value

Remarks

Set this property to TRUE to cancel the Save As action and prevent the download from starting. ShowSaveAsUIAsync() returns Cancelled.

Applies to