38 references to CollectionChangeEventHandler
netstandard (1)
netstandard.cs (1)
198
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
CollectionChangeEventHandler
))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
184
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
CollectionChangeEventHandler
))]
System.Data.Common (20)
System\Data\ConstraintCollection.cs (2)
23
private
CollectionChangeEventHandler
? _onCollectionChanged;
267
public event
CollectionChangeEventHandler
? CollectionChanged
System\Data\DataColumnCollection.cs (3)
259
public event
CollectionChangeEventHandler
? CollectionChanged;
261
internal event
CollectionChangeEventHandler
? CollectionChanging;
262
internal event
CollectionChangeEventHandler
? ColumnPropertyChanged;
System\Data\DataRelationCollection.cs (5)
26
private
CollectionChangeEventHandler
? _onCollectionChangedDelegate;
27
private
CollectionChangeEventHandler
? _onCollectionChangingDelegate;
215
public event
CollectionChangeEventHandler
? CollectionChanged
229
internal event
CollectionChangeEventHandler
? CollectionChanging
580
internal event
CollectionChangeEventHandler
? RelationPropertyChanged;
System\Data\DataTableCollection.cs (4)
27
private
CollectionChangeEventHandler
? _onCollectionChangedDelegate;
28
private
CollectionChangeEventHandler
? _onCollectionChangingDelegate;
227
public event
CollectionChangeEventHandler
? CollectionChanged
241
public event
CollectionChangeEventHandler
? CollectionChanging
System\Data\DataViewListener.cs (6)
104
var
handlerCollection = new CollectionChangeEventHandler(ColumnCollectionChanged);
108
var
handlerChildRelation = new CollectionChangeEventHandler(ChildRelationCollectionChanged);
112
var
handlerParentRelation = new CollectionChangeEventHandler(ParentRelationCollectionChanged);
127
CollectionChangeEventHandler
handlerCollection = new CollectionChangeEventHandler(ColumnCollectionChanged);
131
CollectionChangeEventHandler
handlerChildRelation = new CollectionChangeEventHandler(ChildRelationCollectionChanged);
135
CollectionChangeEventHandler
handlerParentRelation = new CollectionChangeEventHandler(ParentRelationCollectionChanged);
System.Windows.Forms (15)
System\Windows\Forms\AutoCompleteStringCollection.cs (2)
14
private
CollectionChangeEventHandler
? _onCollectionChanged;
48
public event
CollectionChangeEventHandler
? CollectionChanged
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (2)
16
private
CollectionChangeEventHandler
? _onCollectionChanged;
147
public event
CollectionChangeEventHandler
? CollectionChanged
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (2)
17
private
CollectionChangeEventHandler
? _onCollectionChanged;
107
public event
CollectionChangeEventHandler
? CollectionChanged
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
27
private
CollectionChangeEventHandler
? _onCollectionChanged;
168
public event
CollectionChangeEventHandler
? CollectionChanged
System\Windows\Forms\Controls\Unsupported\DataGrid\GridColumnStylesCollection.cs (1)
72
public event
CollectionChangeEventHandler
CollectionChanged
System\Windows\Forms\Controls\Unsupported\DataGrid\GridTableStylesCollection.cs (1)
68
public event
CollectionChangeEventHandler
CollectionChanged
System\Windows\Forms\DataBinding\BindingContext.cs (1)
124
public event
CollectionChangeEventHandler
? CollectionChanged
System\Windows\Forms\DataBinding\BindingsCollection.cs (4)
16
private
CollectionChangeEventHandler
? _onCollectionChanging;
17
private
CollectionChangeEventHandler
? _onCollectionChanged;
56
public event
CollectionChangeEventHandler
? CollectionChanging
66
public event
CollectionChangeEventHandler
? CollectionChanged
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
57
private
CollectionChangeEventHandler
? _dataBindingsCollectionChanged;