Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CollectionChanged
CollectionChangeEventHandler? System.Data.ConstraintCollection.CollectionChanged
add
remove
Definition at line
57
of file
ConstraintCollection.cs
.
58
{
59
add
60
{
61
_onCollectionChanged
= (
CollectionChangeEventHandler
)
Delegate
.Combine(
_onCollectionChanged
,
value
);
62
}
63
remove
64
{
65
_onCollectionChanged
= (
CollectionChangeEventHandler
)
Delegate
.Remove(
_onCollectionChanged
,
value
);
66
}
67
}
System.Data.ConstraintCollection._onCollectionChanged
CollectionChangeEventHandler _onCollectionChanged
Definition
ConstraintCollection.cs:18
System.ComponentModel.CollectionChangeEventHandler
delegate void CollectionChangeEventHandler(object? sender, CollectionChangeEventArgs e)
System.ExceptionArgument.value
@ value
System.AttributeTargets.Delegate
@ Delegate
System
Data
ConstraintCollection
Generated by
1.10.0