Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.ListChangedEventArgs Class Reference

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 EventArgs Empty = new EventArgs()
 

Properties

ListChangedType ListChangedType [get]
 
int NewIndex [get]
 
int OldIndex [get]
 
PropertyDescriptorPropertyDescriptor [get]
 

Detailed Description

Definition at line 3 of file ListChangedEventArgs.cs.


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