17 references to ListChangedEventArgs
System.Data (16)
fx\src\data\System\Data\DataView.cs (10)
569
OnListChanged(new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, new DataTablePropertyDescriptor(table)));
1636
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
1637
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp):
1638
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
1646
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
1647
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp):
1648
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
1656
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataColumnPropertyDescriptor((System.Data.DataColumn)e.Element)) :
1657
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp):
1658
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataColumnPropertyDescriptor((System.Data.DataColumn)e.Element)) :
fx\src\data\System\Data\DataViewManager.cs (6)
366
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataTablePropertyDescriptor((System.Data.DataTable)e.Element)) :
367
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp) :
368
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataTablePropertyDescriptor((System.Data.DataTable)e.Element)) :
376
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
377
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp):
378
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1188
OnListChanged(new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, null));