<Code Lib>
2023 Class
Changes 0
C

ComboBoxCurrentChangedEventArgs

Description:
The event arguments used by ComboBox's CurrentChanged event.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.UI.Events.RibbonItemEventArgs
      Autodesk.Revit.UI.Events.ComboBoxCurrentChangedEventArgs

Name Return Type Description Inherited From
C RibbonItemEventArgs() ComboBoxCurrentChangedEventArgs Initializes a new instance of the class RibbonItemEventArgs

Name Return Type Description Inherited From
P NewValue ComboBoxMember The current item for the ComboBox after the change.
P OldValue ComboBoxMember The current item for the ComboBox before the change.
P Application UIApplication The current UIApplication. RibbonItemEventArgs

Loading…