Revit 2018 API |
ComboBox..::..DropDownOpened Event |
ComboBox Class See Also |
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: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public event EventHandler<ComboBoxDropDownOpenedEventArgs> DropDownOpened |
Visual Basic |
---|
Public Event DropDownOpened As EventHandler(Of ComboBoxDropDownOpenedEventArgs) |
Visual C++ |
---|
public: event EventHandler<ComboBoxDropDownOpenedEventArgs^>^ DropDownOpened { void add (EventHandler<ComboBoxDropDownOpenedEventArgs^>^ value); void remove (EventHandler<ComboBoxDropDownOpenedEventArgs^>^ value); } |