TcxPivotGridPopupMenuPopupEvent Type
In This Article
#Declaration
Delphi
TcxPivotGridPopupMenuPopupEvent = procedure(Sender: TcxCustomPivotGrid; ABuiltInMenu: TcxPivotGridCustomPopupMenu; var AHandled: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ABuilt |
Tcx |
AHandled | Boolean |
See Also