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

DownloadEventHandler Delegate

Represents the method that handles the Download event.

[Visual Basic]
Public Delegate Sub DownloadEventHandler( _
   ByVal sender As Object, _
   ByVal e As DownloadEventArgs _
)
[C#]
public delegate void DownloadEventHandler(
   object sender,
   DownloadEventArgs e
);

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic