Share via


EntitySet<TEntity>.OnChanged event

Raised after a change to this EntitySet<TEntity> object.

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

Syntax

'Declaration
Public Event OnChanged As EventHandler
'Usage
Dim instance As EntitySet
Dim handler As EventHandler

AddHandler instance.OnChanged, handler
public event EventHandler OnChanged

Remarks

Typically, this handler is called, possibly through a series of nested calls, by the set accessor of an EntitySet<TEntity> property just after it sets the property’s value.

See also

Reference

EntitySet<TEntity> class

EntitySet<TEntity> members

Microsoft.SharePoint.Linq namespace