AssociationChangedEventArgs<T> Class

Provides data for the OnChanged event of EntityRef<TEntity>, EntitySet<TEntity>, or Microsoft.SharePoint.Linq.LookupList<T>.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SharePoint.Linq.AssociationChangedEventArgs<T>

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Class AssociationChangedEventArgs(Of T) _
    Inherits EventArgs
'Usage
Dim instance As AssociationChangedEventArgs(Of T)
public class AssociationChangedEventArgs<T> : EventArgs

Type Parameters

  • T
    The type of the the entity involved in the change.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AssociationChangedEventArgs<T> Members

Microsoft.SharePoint.Linq Namespace