Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ItemChangedType Enumeration


In This Topic
    ItemChangedType Enumeration
    In This Topic
    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