Share via


AssociationChangedEventArgs<T> Constructor

Initializes a new instance of the AssociationChangedEventArgs<T> class.

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

Syntax

'Declaration
Public Sub New ( _
    item As T, _
    state As AssociationChangedState _
)
'Usage
Dim item As T
Dim state As AssociationChangedState

Dim instance As New AssociationChangedEventArgs(item, state)
public AssociationChangedEventArgs(
    T item,
    AssociationChangedState state
)

Parameters

  • item
    Type: T

    The entity involved in the change.

See Also

Reference

AssociationChangedEventArgs<T> Class

AssociationChangedEventArgs<T> Members

Microsoft.SharePoint.Linq Namespace