EntityCollectionChangedEventArgs 泛型类

为包含实体的集合提供强类型添加和删除通知的事件参数。

命名空间: System.ServiceModel.DomainServices.Client
程序集: System.ServiceModel.DomainServices.Client(在 system.servicemodel.domainservices.client.dll 中)

用法

用法
Dim instance As EntityCollectionChangedEventArgs(Of TEntity)

语法

声明
Public Class EntityCollectionChangedEventArgs(Of TEntity)
    Inherits EventArgs
public class EntityCollectionChangedEventArgs<TEntity> : EventArgs
generic<typename TEntity>
public ref class EntityCollectionChangedEventArgs : public EventArgs

GenericParameters

继承层次结构

System.Object
   System.EventArgs
    System.ServiceModel.DomainServices.Client.EntityCollectionChangedEventArgs

线程安全

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

平台

开发平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目标平台

另请参见

参考

EntityCollectionChangedEventArgs 成员
System.ServiceModel.DomainServices.Client 命名空间