TcxPivotGridPopupMenuPopupEvent Type
Declaration
TcxPivotGridPopupMenuPopupEvent = procedure(Sender: TcxCustomPivotGrid; ABuiltInMenu: TcxPivotGridCustomPopupMenu; var AHandled: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TcxCustomPivotGrid |
ABuiltInMenu | TcxPivotGridCustomPopupMenu |
AHandled | Boolean |
See Also