17 references to ListChangedEventArgs
System.Data.Common (16)
System\Data\DataView.cs (10)
507
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!)) :
1647
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element!)) :
1648
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp) :
1649
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element!)) :
1658
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataColumnPropertyDescriptor((System.Data.DataColumn)e.Element!)) :
1659
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp) :
1660
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataColumnPropertyDescriptor((System.Data.DataColumn)e.Element!)) :
System\Data\DataViewManager.cs (6)
334
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataTablePropertyDescriptor((System.Data.DataTable)e.Element!)) :
335
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp) :
336
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataTablePropertyDescriptor((System.Data.DataTable)e.Element!)) :
345
e.Action == CollectionChangeAction.Add ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element!)) :
346
e.Action == CollectionChangeAction.Refresh ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, NullProp) :
347
e.Action == CollectionChangeAction.Remove ? new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element!)) :
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1039
OnListChanged(new
ListChangedEventArgs
(ListChangedType.PropertyDescriptorChanged, null));