Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollectionChangedAction Enumeration


In This Topic
    StyleInfoCollectionChangedAction Enumeration
    In This Topic
    Specifies the type of change event that has occurred for the style in the collection.
    Syntax
    'Declaration
     
    Public Enum StyleInfoCollectionChangedAction 
       Inherits System.Enum
    'Usage
     
    Dim instance As StyleInfoCollectionChangedAction
    public enum StyleInfoCollectionChangedAction : System.Enum 
    Members
    MemberDescription
    ItemAddedIndicates that a style has been added to the collection.
    ItemChangedIndicates that a style in the collection has been replaced.
    ItemRemovedIndicates that a style has been removed from the collection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.StyleInfoCollectionChangedAction

    See Also