Triggered at the end of asynchronous download of a file.
Syntax
Private Sub object_DownloadCompleted(ByVal FileNameAndPath As String, ByVal FileName As String)
The DownloadCompleted event syntax has these parts:
Element | Description |
Object | The object placeholder represents an OrdoWebView2 control |
FileNameAndPath | String. The path and name of the file to download |
FileName | String. The name of the file to download |
Remarks
This event is triggered following the call to the DownloadFile method