Table of Contents
ClientSideOnChange Property

Gets or sets the name of the JavaScript function that is called by AJAXUploader when the uploaded file list changes.

Syntax
 public String ClientSideOnChange { get; set; }
Remarks

This event should not be confused with ClientSideOnFileSelected. ClientSideOnFileSelected occurs when user selects a file, thus the "file to be uploaded" changes. This event occurs after user has finished uploading the file, thus the "commited" file list changes.

See clientside_generic_handler for prototype information about this handler.

See Also