Version

ItemSourceChangeType Enumeration

Represents a type of change to an item source.
Syntax
'Declaration
 
Public Enum ItemSourceChangeType 
   Inherits System.Enum
public enum ItemSourceChangeType : System.Enum 
Members
MemberDescription
AddItemAn item has been added to the item source.
ChangeItemAn item has been changed on the item source.
RemoveItemAn item has been removed from the item source.
ResetThe item source has been reset or too many changes to the item source have occurred and the client should just requery as if a reset has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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