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

FilesUploadCompleteEventArgs(String, String) Constructor

Initializes a new instance of the FilesUploadCompleteEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FilesUploadCompleteEventArgs(
    string callBackData,
    string errorText
)

Parameters

Name Type Description
callBackData String

A String value that contains the callback data.

errorText String

A String value specifying the error description.

Remarks

Instances of the FilesUploadCompleteEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also