CoreWebView2DownloadStartingEventArgs Class

Definition

Event args for the DownloadStarting event.

public class CoreWebView2DownloadStartingEventArgs : EventArgs
type CoreWebView2DownloadStartingEventArgs = class
    inherit EventArgs
Public Class CoreWebView2DownloadStartingEventArgs
Inherits EventArgs
Inheritance
CoreWebView2DownloadStartingEventArgs

Properties

Cancel

Indicates whether to cancel the download.

DownloadOperation

Returns the CoreWebView2DownloadOperation for the download that has started.

Handled

Indicates whether to hide the default download dialog.

ResultFilePath

The path to the file.

Methods

GetDeferral()

Gets a CoreWebView2Deferral object.

Applies to