CoreWebView2.IsDefaultDownloadDialogOpenChanged Event

Definition

Raised when the IsDefaultDownloadDialogOpen property changes.

public event EventHandler<object> IsDefaultDownloadDialogOpenChanged;
member this.IsDefaultDownloadDialogOpenChanged : EventHandler<obj> 
Public Custom Event IsDefaultDownloadDialogOpenChanged As EventHandler(Of Object) 

Event Type

Remarks

This event comes after the DownloadStarting event. Setting the Handled property disables the default download dialog and ensures that this event is never raised.

Applies to