TcxPivotGridPopupMenuClickEvent Type
Declaration
TcxPivotGridPopupMenuClickEvent = procedure(Sender: TcxCustomPivotGrid; AItem: TMenuItem; var AHandled: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TcxCustomPivotGrid |
AItem | TMenuItem |
AHandled | Boolean |
See Also