Spread for ASP.NET 11 Product Documentation
ItemChangedType Enumeration


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

See Also

Reference

FarPoint.Web.Spread Namespace