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.ListChangedEventArgs Class Reference
+ Inheritance diagram for System.ComponentModel.ListChangedEventArgs:
+ Collaboration diagram for System.ComponentModel.ListChangedEventArgs:

Public Member Functions

 ListChangedEventArgs (ListChangedType listChangedType, int newIndex)
 
 ListChangedEventArgs (ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc)
 
 ListChangedEventArgs (ListChangedType listChangedType, PropertyDescriptor propDesc)
 
 ListChangedEventArgs (ListChangedType listChangedType, int newIndex, int oldIndex)
 

Static Public Attributes

static readonly global::System.EventArgs Empty
 

Properties

ListChangedType ListChangedType [get, set]
 
int NewIndex [get, set]
 
int OldIndex [get, set]
 
PropertyDescriptor PropertyDescriptor [get, set]
 

Private Attributes

readonly ListChangedType< ListChangedTypek__BackingField
 
readonly int< NewIndexk__BackingField
 
readonly int< OldIndexk__BackingField
 
readonly PropertyDescriptor< PropertyDescriptork__BackingField
 

Detailed Description

Definition at line 9 of file ListChangedEventArgs.cs.


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