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

◆ CollectionChanging

CollectionChangeEventHandler? System.Data.DataTableCollection.CollectionChanging
addremove

Definition at line 106 of file DataTableCollection.cs.

107 {
108 add
109 {
110 DataCommonEventSource.Log.Trace("<ds.DataTableCollection.add_CollectionChanging|API> {0}", ObjectID);
112 }
113 remove
114 {
115 DataCommonEventSource.Log.Trace("<ds.DataTableCollection.remove_CollectionChanging|API> {0}", ObjectID);
117 }
118 }
CollectionChangeEventHandler _onCollectionChangingDelegate
delegate void CollectionChangeEventHandler(object? sender, CollectionChangeEventArgs e)