Spread Windows Forms 15.0
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
    ItemsAddedIndicates that the style of one or more items have been added.
    ItemsRemovedIndicates that the style of one or more items have been removed.
    ItemsUpdatedIndicates that the style of one or more items in the container has changed.
    ModelUpdatedIndicates 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