Contents
- Index
- Previous
- Next
OnCellExit event
Applies to
TProfGrid component
Declaration
property OnCellExit: TProfGridNotifyEvent;
Description
Occurs when the user quits edit mode.
Tip: The OnCellExit event is triggered every time the user leaves edit mode. The OnCellChanged event is triggered before the OnCellExit event only if the user has made some changes in the inplace editor.