DataEventArgs

most-data/types~ DataEventArgs

Represents the event arguments of a data model listener.

Constructor

new DataEventArgs()

Properties:
Name Type Description
model DataModel | * Represents the underlying model.
target DataObject | * Represents the underlying data object.
state Number | * Represents the operation state (Update, Insert, Delete).
emitter DataQueryable | * Represents the event emitter, normally a DataQueryable object instance.
query * Represents the underlying query expression. This property may be null.
Source: