alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ListPropertyChangedType

    Specifies the change in the ListProperty. Used by OnChanging and OnChanged events of strong typed collections.

    Inheritance
    System.Object
    ListPropertyChangedType
    Namespace: Syncfusion.Collections
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class ListPropertyChangedType : Enum

    Fields

    Add

    An item is appended.

    Declaration
    public const ListPropertyChangedType Add
    Field Value
    Type
    ListPropertyChangedType

    Insert

    An item is inserted.

    Declaration
    public const ListPropertyChangedType Insert
    Field Value
    Type
    ListPropertyChangedType

    ItemChanged

    An item is replaced.

    Declaration
    public const ListPropertyChangedType ItemChanged
    Field Value
    Type
    ListPropertyChangedType

    ItemPropertyChanged

    A nested property of an item is changed.

    Declaration
    public const ListPropertyChangedType ItemPropertyChanged
    Field Value
    Type
    ListPropertyChangedType

    Move

    An item is moved.

    Declaration
    public const ListPropertyChangedType Move
    Field Value
    Type
    ListPropertyChangedType

    Refresh

    The whole collection is changed.

    Declaration
    public const ListPropertyChangedType Refresh
    Field Value
    Type
    ListPropertyChangedType

    Remove

    An item is removed.

    Declaration
    public const ListPropertyChangedType Remove
    Field Value
    Type
    ListPropertyChangedType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved