BeforeSendEventArgs

12 Sep 20251 minute to read

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.