terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.ComponentModel.NotifyCollectionChangedEventArgs Class Reference

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 10 of file NotifyCollectionChangedEventArgs.cs.


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