FileUpload.ValueChanged

Syntax

ValueChanged: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available arguments: FileInput - DOM node of the loader which value has been changed.

Description

The ValueChanged event occurs when a loader value changes.

Example

The example of event use is given in description of the FileUpload constructor.

See also:

FileUpload