Share via


DWebBrowserEvents2.FileDownload(Boolean, Boolean) Method

Definition

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

Applies to