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