TCustomdxVTreeViewEdit.OnCloseUp Event
Occurs immediately after a drop-down tree-view control is closed.
Declaration
property OnCloseUp: TdxTreeViewCloseUp read; write;
Remarks
Write an OnCloseUp event handler to respond when a drop-down tree-view control is closed. When the drop-down tree-view control is closed, the Text of a selected tree node (or the value that corresponds to the selected node for lookup controls) is assigned to the field. The drop-down tree-view control can be closed by a user or by calling the CloseUp method.
See Also