ProgressBar.Timer Event
Occurs after each step of the progress bar.
This event only occurs when the AutoStep method specifies that the Timer event should occur.
The following child objects are attached to the Event object.
| Type | Name | Description |
|---|---|---|
| Number | step | Current number of steps |
If you call the StepIt method in the OnTimer event handler by executing the AutoStep method, the progress bar will stop auto-progressing and the Timer event will not occur.