Table of Contents
DownloadEventHandler Delegate

Represents the method that handles the Download event.

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

Syntax
 public delegate void DownloadEventHandler(
   object sender,
   DownloadEventArgs e
);
See Also