DWebBrowserEvents2.FileDownload(Boolean, Boolean) Method
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.
Fires to indicate that a file download is about to occur. If a file download dialog box can be displayed, this event fires prior to the appearance of the dialog box.
public:
void FileDownload(bool ActiveDocument, [Runtime::InteropServices::Out] bool % Cancel);
public void FileDownload (bool ActiveDocument, out bool Cancel);
abstract member FileDownload : bool * bool -> unit
Public Sub FileDownload (ActiveDocument As Boolean, ByRef Cancel As Boolean)
Parameters
- ActiveDocument
- Boolean
- Cancel
- Boolean