Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CollectionChanging
CollectionChangeEventHandler? System.Data.DataRelationCollection.CollectionChanging
add
remove
package
inherited
Definition at line
416
of file
DataRelationCollection.cs
.
417
{
418
add
419
{
420
DataCommonEventSource.Log.Trace(
"<ds.DataRelationCollection.add_CollectionChanging|INFO> {0}"
,
ObjectID
);
421
_onCollectionChangingDelegate
= (
CollectionChangeEventHandler
)
Delegate
.Combine(
_onCollectionChangingDelegate
,
value
);
422
}
423
remove
424
{
425
DataCommonEventSource.Log.Trace(
"<ds.DataRelationCollection.remove_CollectionChanging|INFO> {0}"
,
ObjectID
);
426
_onCollectionChangingDelegate
= (
CollectionChangeEventHandler
)
Delegate
.Remove(
_onCollectionChangingDelegate
,
value
);
427
}
428
}
System.Data.DataRelationCollection.ObjectID
int ObjectID
Definition
DataRelationCollection.cs:396
System.Data.DataRelationCollection._onCollectionChangingDelegate
CollectionChangeEventHandler _onCollectionChangingDelegate
Definition
DataRelationCollection.cs:390
System.ComponentModel.CollectionChangeEventHandler
delegate void CollectionChangeEventHandler(object? sender, CollectionChangeEventArgs e)
System.ExceptionArgument.value
@ value
System.AttributeTargets.Delegate
@ Delegate
System
Data
DataRelationCollection
DataTableRelationCollection
Generated by
1.10.0