Revit 2025.3 API
Combo |
The current item for the ComboBox before the change.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ComboBoxMember OldValue { get; }
Public ReadOnly Property OldValue As ComboBoxMember Get
public: property ComboBoxMember^ OldValue { ComboBoxMember^ get (); }
member OldValue : ComboBoxMember with get
Property Value
ComboBoxMemberSee Also