TCustomdxVTreeViewEdit.OnDropDown Event
Occurs immediately before a drop-down tree-view control is opened.
Declaration
property OnDropDown: TNotifyEvent read; write;
Remarks
Write an OnDropDown event handler to perform specific actions before a drop-down tree-view control is displayed to the user. The drop-down tree-view control can be opened by a user or by calling the DropDown method.
See Also