AssociationChangedEventArgs<T>.State Property

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

AssociationChangedEventArgs<T> Members

Microsoft.SharePoint.Linq Namespace