Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Specialized.NotifyCollectionChangedEventArgs Class Reference

Public Member Functions

 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, object? changedItem)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, object? changedItem, int index)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, IList? changedItems)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, IList? changedItems, int startingIndex)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, object? newItem, object? oldItem)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, object? newItem, object? oldItem, int index)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, IList newItems, IList oldItems)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, object? changedItem, int index, int oldIndex)
 
 NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction action, IList? changedItems, int index, int oldIndex)
 

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Properties

NotifyCollectionChangedAction Action [get]
 
IListNewItems [get]
 
IListOldItems [get]
 
int NewStartingIndex [get]
 
int OldStartingIndex [get]
 

Private Attributes

readonly NotifyCollectionChangedAction _action
 
readonly IList _newItems
 
readonly IList _oldItems
 
readonly int _newStartingIndex = -1
 
readonly int _oldStartingIndex = -1
 

Detailed Description

Definition at line 3 of file NotifyCollectionChangedEventArgs.cs.


The documentation for this class was generated from the following file: