BeforeDownloadEventArgs API in JavaScript FileManager API control
Interface for BeforeDownload event arguments.
Properties
cancel
boolean
If you want to cancel this event then, set cancel to true. Otherwise, false.
data
Object
Specifies the data to be sent to server.