Spread for ASP.NET 11 Product Documentation
NamedStyleCollectionEventType Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : NamedStyleCollectionEventType Enumeration
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

Reference

FarPoint.Web.Spread Namespace
Changed Event
NamedStyleCollectionEventHandler Delegate
NamedStyleCollectionEventArgs Class
Type Property

User-Task Documentation

Creating and Applying a Custom Style for Cells