ComboBoxCurrentChangedEventArgsNewValue Property |
The current item for the ComboBox after the change.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ComboBoxMember NewValue { get; }
Public ReadOnly Property NewValue As ComboBoxMember
Get
public:
property ComboBoxMember^ NewValue {
ComboBoxMember^ get ();
}
member NewValue : ComboBoxMember with get
Property Value
ComboBoxMember
See Also