TcxGridCellClickEvent Type
In This Article
#Declaration
Delphi
TcxGridCellClickEvent = procedure(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ACell |
Tcx |
AButton | TMouse |
AShift | TShift |
AHandled | Boolean |
See Also