menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ListPropertyChangedType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ListPropertyChangedType

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

    Namespace: Syncfusion.Collections
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum ListPropertyChangedType

    Fields

    Name Description
    Add

    An item is appended.

    Insert

    An item is inserted.

    ItemChanged

    An item is replaced.

    ItemPropertyChanged

    A nested property of an item is changed.

    Move

    An item is moved.

    Refresh

    The whole collection is changed.

    Remove

    An item is removed.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved