Table of Contents
ProgressTaskEventHandler Delegate

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

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

Syntax
 public delegate void ProgressTaskEventHandler(
   object sender,
   ProgressTaskEventArgs e
);
See Also