CoreWebView2.IsDefaultDownloadDialogOpenChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.