An event called when a cell have stopped being selected, usually after another cell is being selected.
property OnDeselect: TNxCellNotifyEvent read FOnDeselect write FOnDeselect;
Parameters
ACol
Column index of previously selected cell.
ARow
Row index of previously selected cell.