Share via


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