TcxTreeListPopupMenuPopupEvent Type
Declaration
TcxTreeListPopupMenuPopupEvent = procedure(Sender: TcxCustomTreeList; AContextMenu: TcxTreeListPopupMenu; var AHandled: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TcxCustomTreeList |
AContextMenu | TcxTreeListPopupMenu |
AHandled | Boolean |
See Also