Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
INotifyCollectionChanged.cs
Go to the documentation of this file.
1
namespace
System.Collections.Specialized
;
2
3
public
interface
INotifyCollectionChanged
4
{
5
event
NotifyCollectionChangedEventHandler
?
CollectionChanged
;
6
}
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
NotifyCollectionChangedEventHandler? CollectionChanged
Definition
INotifyCollectionChanged.cs:5
System.Collections.Specialized.INotifyCollectionChanged
Definition
INotifyCollectionChanged.cs:4
System.Collections.Specialized.NotifyCollectionChangedEventHandler
delegate void NotifyCollectionChangedEventHandler(object? sender, NotifyCollectionChangedEventArgs e)
System.Collections.Specialized
Definition
CollectionsUtil.cs:1
source
System.ObjectModel
System.Collections.Specialized
INotifyCollectionChanged.cs
Generated by
1.10.0