EntityRef<TEntity>.OnChanged 事件
引发后对此EntityRef<TEntity>对象的更改。
命名空间: Microsoft.SharePoint.Linq
程序集: Microsoft.SharePoint.Linq(位于 Microsoft.SharePoint.Linq.dll 中)
语法
声明
Public Event OnChanged As EventHandler
用法
Dim instance As EntityRef
Dim handler As EventHandler
AddHandler instance.OnChanged, handler
public event EventHandler OnChanged
备注
通常情况下,此处理程序将调用,可能是由一系列嵌套的调用,通过set包装专用EntityRef<TEntity>字段之后它将新值写入到字段中, 的属性访问器。