FilesUploadCompleteEventArgs.CallbackData Property
Gets or sets a string that contains specific information (if any) to be passed from the server side to the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A String value containing callback data. |
Remarks
Use this property to pass any information about the files, which have been uploaded and processed on the server side, to the client, for further processing within an ASPxClientUploadControl.FilesUploadComplete event handler.
See Also