ProgressBar.MinValueReached

Syntax

MinValueReached: function (sender,args)

Parameters

sender. Event source.

args. Event information.

Description

The MinValueReached event occurs on reaching the minimum value (0).

Example

The example of use is given in description of the ProgressBar.ValueChanged event.

See also:

ProgressBar