Spread for ASP.NET 8.0 Product Documentation
ItemChangedType Enumeration


Specifies how the item changed
Syntax
'Declaration
 
Public Enum ItemChangedType 
   Inherits System.Enum
'Usage
 
Dim instance As ItemChangedType
public enum ItemChangedType : System.Enum 
Members
MemberDescription
AddedAn item added to the source object.
ChangedAn item changed in the source object.
ClearedAn item cleared from the source object.
RemovedAn item removed to the source object.
Inheritance Hierarchy

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

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

 

 


Copyright © GrapeCity, inc. All rights reserved.