Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Downloader.Download Event

Triggered when user clicks the download button.

[Visual Basic]
Public Event Download As DownloadEventHandler
[C#]
public event DownloadEventHandler Download;

Remarks

You can use this event to record the download activities. If DynamicContent is set to true, you can also call DynamicDownload to start a dynamic download inside this event handler.

See Also

Downloader Class | EO.Web Namespace


Direct link to this topic