Ajax Uploader Class Reference

UploadPersistedFile Events

The events of the UploadPersistedFile class are listed below. For a complete list of UploadPersistedFile class members, see the UploadPersistedFile Members topic.

Public Instance Events

DataBinding (inherited from Control) Occurs when the server control binds to a data source.
Disposed (inherited from Control) Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
FileChanged Occurs when a file is uploaded and the .File property is changed
FileUploaded (inherited from UploaderBase) Fires after each file is uploaded and validated
FileValidating (inherited from UploaderBase) Attach custom code to validate the uploading file
Init (inherited from Control) Occurs when the server control is initialized, which is the first step in the its lifecycle.
Load (inherited from Control) Occurs when the server control is loaded into the Page object.
PreRender (inherited from Control) Occurs when the server control is about to render to its containing Page object.
Unload (inherited from Control) Occurs when the server control is unloaded from memory.
UploadCompleted (inherited from UploaderBase) Fires after all files have been uploaded and validated

See Also

UploadPersistedFile Class | CuteWebUI Namespace