Show contents 

Working with General Visual Components > Classes > ProgressBar > ProgressBar.MaxValueReached

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 example of use is given in description of the ProgressBar.ValueChanged event.

See also:

ProgressBar