| C1.Web.Wijmo.Controls.C1ProgressBar Namespace > C1ProgressBar Class : RunTask Event |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute(Key="C1ProgressBar.RunTask", Description="Fires when a server side task is running.")> Public Event RunTask As C1ProgressBarTaskEventHandler
[C1Category("Behavior")] [C1Description(Key="C1ProgressBar.RunTask", Description="Fires when a server side task is running.")] public event C1ProgressBarTaskEventHandler RunTask
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.
| Property | Description |
|---|---|
| ExtraData | Gets the extra data which is stored by the user. Can you provide a more detailed description, including what kind of extra data |
| Value | Gets the progress value. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2