EntityRef<TEntity>.OnChanged Event
Raised after a change to this EntityRef<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 EntityRef
Dim handler As EventHandler
AddHandler instance.OnChanged, handler
public event EventHandler OnChanged
Remarks
Typically, this handler is called, possibly by a nested series of calls, by the set accessor of a property that wraps a private EntityRef<TEntity> field just after it writes a new value to the field.