ComboBoxCurrentChangedEventArgs
Description:
The event arguments used by ComboBox's CurrentChanged event.
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
System.Object
System.EventArgs
Autodesk.Revit.UI.Events.RibbonItemEventArgs
Autodesk.Revit.UI.Events.ComboBoxCurrentChangedEventArgs
public class ComboBoxCurrentChangedEventArgs : RibbonItemEventArgs
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| RibbonItemEventArgs() | None | Initializes a new instance of the class | RibbonItemEventArgs |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| NewValue | ComboBoxMember | The current item for the ComboBox after the change. | |
| OldValue | ComboBoxMember | The current item for the ComboBox before the change. | |
| Application | UIApplication | The current UIApplication. | RibbonItemEventArgs |