Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploader.FileUploaded Event

Occurs when files have been uploaded between postbacks to the server.

[Visual Basic]
Public Event FileUploaded As EventHandler
[C#]
public event EventHandler FileUploaded;

Remarks

View state must be enabled for this event to be triggered.

See Also

AJAXUploader Class | EO.Web Namespace


Direct link to this topic