Revit 2026 API
Combo |
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: 26.0.4.0 (26.0.4.0)
Syntax
public event EventHandler<ComboBoxDropDownOpenedEventArgs> DropDownOpened
Public Event DropDownOpened As EventHandler(Of ComboBoxDropDownOpenedEventArgs)
public: event EventHandler<ComboBoxDropDownOpenedEventArgs^>^ DropDownOpened { void add (EventHandler<ComboBoxDropDownOpenedEventArgs^>^ value); void remove (EventHandler<ComboBoxDropDownOpenedEventArgs^>^ value); }
member DropDownOpened : IEvent<EventHandler<ComboBoxDropDownOpenedEventArgs>, ComboBoxDropDownOpenedEventArgs>
Value
EventHandlerComboBoxDropDownOpenedEventArgsSee Also