Search results

BeforeSendEventArgs API in JavaScript FileManager API control

Interface for BeforeSend event arguments.

Properties

action

string

Return the name of the AJAX action will be performed.

ajaxSettings

Object

Return the AJAX details, which are send to server.

cancel

boolean

If you want to cancel this event then, set cancel to true. Otherwise, false.