CoreWebView2DownloadStartingEventArgs Class
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.
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. |