RemovingEventArgs
23 Sep 20251 minute to read
Properties
cancel boolean
Defines whether the current action can be prevented.
currentRequest XMLHttpRequest
Returns the XMLHttpRequest instance that is associated with remove action.
customFormData { : }[]
Defines the additional data with key and value pair format that will be submitted to the remove action.
event MouseEvent|TouchEvent|KeyboardEventArgs
Returns the original event arguments.
filesData FileInfo[]
Returns the list of files’ details that will be removed.
postRawFile boolean
Defines whether the selected raw file send to server remove action.
Set true to send raw file.
Set false to send file name only.