TCustomdxBarCombo.OnDropDown Event
Occurs when a dropdown window is to be displayed.
Declaration
property OnDropDown: TNotifyEvent read; write;
Remarks
This event occurs before displaying a dropdown window. You can initialize the data for the dropdown window within the OnDropDown event handler.
See Also