Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleContainerEventType Enumeration


In This Topic
    StyleContainerEventType Enumeration
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    Public Enum StyleContainerEventType 
       Inherits System.Enum
    'Usage
     
    Dim instance As StyleContainerEventType
    public enum StyleContainerEventType : System.Enum 
    Members
    MemberDescription
    ItemsAdded Indicates that the style of one or more items have been added.
    ItemsRemoved Indicates that the style of one or more items have been removed.
    ItemsUpdated Indicates that the style of one or more items in the container has changed.
    ModelUpdated Indicates that the container has been updated such that all styles may have changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.StyleContainerEventType

    See Also