AssociationChangedState Enumeration
Specifies how an EntityRef<TEntity>, EntitySet<TEntity>, or Microsoft.SharePoint.Linq.LookupList<T> changes.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Enumeration AssociationChangedState
'Usage
Dim instance As AssociationChangedState
public enum AssociationChangedState
Members
Member name | Description | |
---|---|---|
None | The object has not changed. | |
Added | A child entity is added. | |
Removed | A child entity is removed. |
Remarks
This enumeration is primarily used as the value of the AssociationChangedEventArgs<T>.State property.