Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.