TcxPivotGridPopupMenuClickEvent Type
In This Article
#Declaration
Delphi
TcxPivotGridPopupMenuClickEvent = procedure(Sender: TcxCustomPivotGrid; AItem: TMenuItem; var AHandled: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AItem | TMenu |
AHandled | Boolean |
See Also