terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.ComponentModel.NotifyCollectionChangedEventArgs Class Reference
+ Collaboration diagram for System.ComponentModel.NotifyCollectionChangedEventArgs:

Package Functions

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

Properties

NotifyCollectionChangedAction Action [get, set]
 
IList NewItems [get, set]
 
int NewStartingIndex [get, set]
 
IList OldItems [get, set]
 
int OldStartingIndex [get, set]
 

Private Attributes

NotifyCollectionChangedAction< Actionk__BackingField
 
IList< NewItemsk__BackingField
 
int< NewStartingIndexk__BackingField
 
IList< OldItemsk__BackingField
 
int< OldStartingIndexk__BackingField
 

Detailed Description

Definition at line 13 of file NotifyCollectionChangedEventArgs.cs.


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