Spread for ASP.NET 8.0 Product Documentation
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

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

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

 

 


Copyright © GrapeCity, inc. All rights reserved.