DropDownOpened Event


Combo Box Drop Down Opened Event

Subscribe to this event to be notified when the drop-down of the ComboBox is opened.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public event EventHandler<ComboBoxDropDownOpenedEventArgs> DropDownOpened

Value

EventHandler ComboBoxDropDownOpenedEventArgs
See Also