DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

FilesUploadedEvent

The type of the filesUploaded event handler's argument.

import { FilesUploadedEvent } from "devextreme/ui/file_uploader"
Type:

Object

component

The UI component's instance.

Type:

FileUploader

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any