SaveEventArgs

12 Sep 20251 minute to read

Properties

action string

Defines the current action.

cancel boolean

If cancel is set to true, then the current action will stopped.

data Object

Defines the record objects.

form HTMLFormElement

Define the form element

index number

Added row index

previousData Object

Defines the previous data.

promise Promise

Defines the promise.

requestType string

Defines the request type.

row Object

Defines the added row.

selectedRow number

Defines the selected row index.

target HTMLElement

Defines the target for dialog

type string

Defines the event name.