'Declaration Public Enum ValueListChangeType Inherits System.Enum
public enum ValueListChangeType : System.Enum
Member | Description |
---|---|
DataBound | The contents of the ValueList.ValueListItems collection was repopulated as the result of being bound to a data source. |
ItemAdded | A ValueListItem was added to the ValueList.ValueListItems collection. |
ItemChanged | A ValueListItem has been updated. |
ItemRemoved | A ValueListItem was removed from the ValueList.ValueListItems collection. |
ItemsAdded | Several ValueListItem instances were added to the ValueList.ValueListItems collection in one atomic operation. |
ListCleared | The contents of the ValueList.ValueListItems collection was emptied. |
None | No change; represents the unitialized state. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2