ComboBoxCurrentChanged Event

Subscribe to this event to be notified when the current item of the ComboBox is changed.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public event EventHandler<ComboBoxCurrentChangedEventArgs> CurrentChanged

Value

EventHandlerComboBoxCurrentChangedEventArgs
See Also