Version

ValueListChangeType Enumeration

Enumeration which describes the manner in which the contents of a ValueList object's ValueList.ValueListItems collection has changed.
Syntax
'Declaration
 
Public Enum ValueListChangeType 
   Inherits System.Enum
public enum ValueListChangeType : System.Enum 
Members
MemberDescription
DataBoundThe contents of the ValueList.ValueListItems collection was repopulated as the result of being bound to a data source.
ItemAddedA ValueListItem was added to the ValueList.ValueListItems collection.
ItemChangedA ValueListItem has been updated.
ItemRemovedA ValueListItem was removed from the ValueList.ValueListItems collection.
ItemsAddedSeveral ValueListItem instances were added to the ValueList.ValueListItems collection in one atomic operation.
ListClearedThe contents of the ValueList.ValueListItems collection was emptied.
NoneNo change; represents the unitialized state.
Requirements

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

See Also