ActionEventArgs

12 Sep 20251 minute to read

Provides information about a ActionBegin, ActionComplete, ActionFailure event.

Properties

addedRecords Record[]

Returns the appropriate added data based on the action.

cancel boolean

Defines the cancel option for the action taking place.

changedRecords Record[]

Returns the appropriate changed data based on the action.

deletedRecords Record[]

Returns the appropriate deleted data based on the action.

name string

Specifies name of the event.

requestType string

Returns the request type of the current action.

target HTMLElement

Returns the target HTML element.