AssociationChangedEventArgs<T> 类

EntityRef<TEntity>EntitySet<TEntity>Microsoft.SharePoint.Linq.LookupList<T>OnChanged事件提供数据。

继承层次结构

System.Object
  System.EventArgs
    Microsoft.SharePoint.Linq.AssociationChangedEventArgs<T>

命名空间:  Microsoft.SharePoint.Linq
程序集:  Microsoft.SharePoint.Linq(位于 Microsoft.SharePoint.Linq.dll 中)

语法

声明
Public Class AssociationChangedEventArgs(Of T) _
    Inherits EventArgs
用法
Dim instance As AssociationChangedEventArgs(Of T)
public class AssociationChangedEventArgs<T> : EventArgs

类型参数

  • T
    类型在此更改中涉及的实体。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

AssociationChangedEventArgs<T> 成员

Microsoft.SharePoint.Linq 命名空间