SelectedEventArgs
23 Sep 20251 minute to read
Properties
cancel boolean
Defines whether the current action can be prevented.
currentRequest { : }[]
Set the current request header to the XMLHttpRequest instance.
customFormData { : }[]
Defines the additional data in key and value pair format that will be submitted to the upload action.
event MouseEvent|TouchEvent|DragEvent|ClipboardEvent
Returns the original event arguments.
filesData FileInfo[]
Returns the list of selected files.
isCanceled boolean
Specifies whether the file selection has been canceled
isModified boolean
Determines whether the file list generates based on the modified data.
modifiedFilesData FileInfo[]
Specifies the modified files data to generate the file items. The argument depends on isModified argument.
progressInterval string
Specifies the step value to the progress bar.