CancelEventArgs
Interface represents the event arguments for the canceling
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
customFormData [{}]
Gets any additional data in key and value pair format that is being included in the upload.
event ProgressEventInit
Gets the original triggered event arguments.
file FileInfo
Gets the file info objects for the completed upload action.
name String
Gets the name of the event.