Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • 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