Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollectionEventType Enumeration


In This Topic
    NamedStyleCollectionEventType Enumeration
    In This Topic
    Specifies the NamedStyleCollection Changed event.
    Syntax
    'Declaration
     
    
    Public Enum NamedStyleCollectionEventType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As NamedStyleCollectionEventType
    public enum NamedStyleCollectionEventType : 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
    Remarks
    For more information on using styles, refer to Creating and Applying a Custom Style for Cells.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.NamedStyleCollectionEventType

    See Also