Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CollectionChanged
CollectionChangeEventHandler? System.Data.DataRelationCollection.CollectionChanged
add
remove
inherited
Definition at line
402
of file
DataRelationCollection.cs
.
403
{
404
add
405
{
406
DataCommonEventSource.Log.Trace(
"<ds.DataRelationCollection.add_CollectionChanged|API> {0}"
,
ObjectID
);
407
_onCollectionChangedDelegate
= (
CollectionChangeEventHandler
)
Delegate
.Combine(
_onCollectionChangedDelegate
,
value
);
408
}
409
remove
410
{
411
DataCommonEventSource.Log.Trace(
"<ds.DataRelationCollection.remove_CollectionChanged|API> {0}"
,
ObjectID
);
412
_onCollectionChangedDelegate
= (
CollectionChangeEventHandler
)
Delegate
.Remove(
_onCollectionChangedDelegate
,
value
);
413
}
414
}
System.Data.DataRelationCollection.ObjectID
int ObjectID
Definition
DataRelationCollection.cs:396
System.Data.DataRelationCollection._onCollectionChangedDelegate
CollectionChangeEventHandler _onCollectionChangedDelegate
Definition
DataRelationCollection.cs:388
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