AssociationChangedEventArgs<T>.Item Property
Gets the entity involved in the change.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property Item As T
Get
Private Set
'Usage
Dim instance As AssociationChangedEventArgs
Dim value As T
value = instance.Item
public T Item { get; private set; }
Property Value
Type: T
A T that represents the entity involved in the change.
See Also
Reference
AssociationChangedEventArgs<T> Class