Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of change.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property State As AssociationChangedState
Get
Private Set
'Usage
Dim instance As AssociationChangedEventArgs
Dim value As AssociationChangedState
value = instance.State
public AssociationChangedState State { get; private set; }
Property Value
Type: Microsoft.SharePoint.Linq.AssociationChangedState
An AssociationChangedState that specifies the type of change.
See Also
Reference
AssociationChangedEventArgs<T> Class