onRowExit property

FdcGridCellFocusEvent? onRowExit
final

Called when grid focus leaves a visual row.

This is a grid/view notification, not a dataset lifecycle event. Use dataset beforeScroll/afterScroll for record-level data workflows.

Implementation

final FdcGridRowFocusEvent? onRowExit;