FilesUploadCompleteEventArgs(String, String) Constructor
Initializes a new instance of the FilesUploadCompleteEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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