Skip to main content
A newer version of this page is available. .
Tab

FileUploadCompleteEventArgs Constructors

Provides data for the ASPxUploadControl.FileUploadComplete server event.
Name Parameters Description
FileUploadCompleteEventArgs(String, Boolean, String, UploadedFile) callBackData, isValid, errorText, uploadedFile Initializes a new instance of the FileUploadCompleteEventArgs class.
FileUploadCompleteEventArgs(String, String, UploadedFile) callBackData, errorText, uploadedFile Initializes a new instance of the FileUploadCompleteEventArgs class.
See Also