ProgressBar.MaxValueReached

Syntax

MaxValueReached: function (sender,args)

Parameters

sender. Event source.

args. Event information.

Description

The MaxValueReached event is fired on reaching the maximum value (100).

Example

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

See also:

ProgressBar