OnEditExit
An event called after an editing is done and the inplace have editor lost focus. The event is called at the end of EndEditing method.
pas
property OnEditExit: TNxCellNotifyEvent read FOnEditExit write FOnEditExit;
An event called after an editing is done and the inplace have editor lost focus. The event is called at the end of EndEditing method.
property OnEditExit: TNxCellNotifyEvent read FOnEditExit write FOnEditExit;