Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CollectionChanged

CollectionChangeEventHandler? System.Data.DataRelationCollection.CollectionChanged
addremoveinherited

Definition at line 402 of file DataRelationCollection.cs.

403 {
404 add
405 {
406 DataCommonEventSource.Log.Trace("<ds.DataRelationCollection.add_CollectionChanged|API> {0}", ObjectID);
408 }
409 remove
410 {
411 DataCommonEventSource.Log.Trace("<ds.DataRelationCollection.remove_CollectionChanged|API> {0}", ObjectID);
413 }
414 }
CollectionChangeEventHandler _onCollectionChangedDelegate
delegate void CollectionChangeEventHandler(object? sender, CollectionChangeEventArgs e)