EntitySet<TEntity>.OnSync Event

Raised when the EntitySet<TEntity> object is synchronized with the entities that it represents.

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

Syntax

'Declaration
Public Event OnSync As EventHandler(Of AssociationChangedEventArgs(Of TEntity))
'Usage
Dim instance As EntitySet
Dim handler As EventHandler(Of AssociationChangedEventArgs(Of TEntity))

AddHandler instance.OnSync, handler
public event EventHandler<AssociationChangedEventArgs<TEntity>> OnSync

See Also

Reference

EntitySet<TEntity> Class

EntitySet<TEntity> Members

Microsoft.SharePoint.Linq Namespace