Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 OnCellMouseDown

OnCellMouseDown

An event being triggered after an user press mouse button while hovering over a cell. It provides column (ACol), row (ARow) index, mouse button (AButton) and TShiftState (Shift).

pas
property OnCellMouseDown: TNxCellMouseNotifyEvent read FOnCellMouseDown write FOnCellMouseDown;

Sign in