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

ProgressTaskEventHandler Delegate

Represents the method that will handle any events that are raised during a server side task associated with a ProgressBar control.

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

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic