'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.
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. |
See Also