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. |