- aboutToAdd
- The aboutToAdd event signals that the row is about to be
added.
If you need to perform any actions just before the row is added, connect
the aboutToAdd event of the Current Row part to an action in your
part.
- aboutToDelete
- The aboutToDelete event signals that the row is about to be
deleted.
If you need to perform any actions just before the row is deleted, connect
the aboutToAdd event of the Current Row part to an action in your
part.
- aboutToUpdate
- The aboutToUpdate event signals that the row is about to be
updated.
If you need to perform any actions just before the row is updated, connect
the aboutToAdd event of the Current Row part to an action in your
part.
- destroyPart
- The destroyPart event indicates the part and its children have
been destroyed and all associated resources have been released.
- errorBlock
- An errorBlock event indicates a change in the block of code
that's run when an error occurs in the data access code.
- lastError
- A lastError event indicates the last error that occurred has
changed.
- self
- A self event indicates that the value of the target part itself
has changed.
- valueHolder
- A valueHolder event indicates a change in the value of the
variable or class.