ComponentOne Ribbon for WinForms
QatItemAction Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : QatItemAction Enumeration
Specifies whether the item was added or removed to/from the QAT.
Syntax
'Declaration
 
Public Enum QatItemAction 
   Inherits System.Enum
public enum QatItemAction : System.Enum 
Members
MemberDescription
ItemAddedAn item was added to the QAT.
ItemRemovedAn item was removed from the QAT.
ResetThe contents of the QAT changed dramatically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Ribbon.QatItemAction

See Also

Reference

C1.Win.C1Ribbon Namespace