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.