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

◆ CollectionChanging

CollectionChangeEventHandler? System.Data.DataRelationCollection.CollectionChanging
addremovepackageinherited

Definition at line 416 of file DataRelationCollection.cs.

417 {
418 add
419 {
420 DataCommonEventSource.Log.Trace("<ds.DataRelationCollection.add_CollectionChanging|INFO> {0}", ObjectID);
422 }
423 remove
424 {
425 DataCommonEventSource.Log.Trace("<ds.DataRelationCollection.remove_CollectionChanging|INFO> {0}", ObjectID);
427 }
428 }
CollectionChangeEventHandler _onCollectionChangingDelegate
delegate void CollectionChangeEventHandler(object? sender, CollectionChangeEventArgs e)