RVTDocs.com

ComboBoxCurrentChangedEventArgs

Class
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
ComboBoxCurrentChangedEventArgs Class Members:
Name Description Inherited From
Application The current UIApplication. (Inherited from RibbonItemEventArgs ) RibbonItemEventArgs
NewValue The current item for the ComboBox after the change.
OldValue The current item for the ComboBox before the change.
Name Description Inherited From
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object