| Revit 2017 API |
| ComboBoxCurrentChangedEventArgs..::..OldValue Property |
| ComboBoxCurrentChangedEventArgs Class See Also |
The current item for the ComboBox before the change.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public ComboBoxMember OldValue { get; } |
| Visual Basic |
|---|
Public ReadOnly Property OldValue As ComboBoxMember Get |
| Visual C++ |
|---|
public: property ComboBoxMember^ OldValue { ComboBoxMember^ get (); } |