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: TThe entity involved in the change.
state
Type: Microsoft.SharePoint.Linq.AssociationChangedStateAn object that specifies the type of change.
See Also
Reference
AssociationChangedEventArgs<T> Class