ProgressBar for ASP.NET Web Forms
RunTask Event

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ProgressBar Namespace > C1ProgressBar Class : RunTask Event
Fires when a server side task is running.
Syntax
'Declaration
 
Public Event RunTask As C1ProgressBarTaskEventHandler
public event C1ProgressBarTaskEventHandler RunTask
Event Data

The event handler receives an argument of type C1ProgressBarTaskEventArgs containing data related to this event. The following C1ProgressBarTaskEventArgs properties provide information specific to this event.

PropertyDescription
Gets the extra data which is stored by the user. Can you provide a more detailed description, including what kind of extra data  
Gets the progress value.  
See Also