OnCellRightClick

Class: TEgColumn

property OnCellRightClick: TDBGridClickEvent;

Column-level counterpart of TEgDBGridEx.OnCellRightClick - same signature (the standard VCL TDBGridClickEvent) and same trigger (a right-click landing on this column’s data cell). Both fire when assigned, grid-wide handler first, so this column’s own handler can react to or override whatever the grid-wide handler already decided.

See Also

(C) 2026 Easygate, Lda