RemovingEventArgs
Interface represents the event arguments for the removing
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
customFormData [{}]
Gets or sets any additional data in key and value pair format that should be included in the request.
event MouseEvent TouchEvent KeyboardEventArgs
Gets the original triggered event arguments.
files FileInfo[]
Gets the file info objects that will be removed.
name String
Gets the name of the event.
postRawFile Boolean
Gets or sets a value indicating whether just the file name is sent, false, or the raw file, true, is sent in the request.
request XMLHttpRequest
Gets the XMLHttpRequest instance that is associated with removal.