BeforeDownloadHandler Delegate

Represents the method that will handle BeforeDownload event.

Namespace: EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)

Syntax
 public delegate void BeforeDownloadHandler(
   object sender,
   BeforeDownloadEventArgs e
);

Parameters

sender
The source of the event.
e
Additional event data.
See Also