ListChangedType 枚举
指定列表的更改方式。
**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)
语法
声明
Public Enumeration ListChangedType
用法
Dim instance As ListChangedType
public enum ListChangedType
public enum class ListChangedType
public enum ListChangedType
public enum ListChangedType
成员
成员名称 | 说明 | |
---|---|---|
ItemAdded | 添加到列表的项。NewIndex 包含被添加项的索引。 | |
ItemChanged | 列表中更改的项。NewIndex 包含被更改项的索引。 | |
ItemDeleted | 从列表中删除的项。NewIndex 包含被删除项的索引。 | |
ItemMoved | 列表中移动的项。OldIndex 包含该项以前的索引,而 NewIndex 包含该项的新索引。 | |
PropertyDescriptorAdded | 已添加 PropertyDescriptor,这更改了架构。 | |
PropertyDescriptorChanged | 已更改 PropertyDescriptor,这更改了架构。 | |
PropertyDescriptorDeleted | 已删除 PropertyDescriptor,这更改了架构。 | |
Reset | 已更改了列表的许多内容。任何侦听控件都应该根据该列表刷新其所有数据。 |
备注
由 ListChangedEventArgs 类的 ListChangedType 属性用来指示 IBindingList 对象的更改方式。
示例
有关使用此类的示例,请参见 使用 DataView 事件。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
.NET Compact Framework
受以下版本支持:2.0、1.0
请参见
参考
System.ComponentModel 命名空间
ListChangedEventArgs 类
ListChangedEventArgs.ListChangedType 属性
ListChangedEventHandler 委托