Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
static readonly EventArgs | Empty = new EventArgs() |
Properties | |
NotifyCollectionChangedAction | Action [get] |
IList? | NewItems [get] |
IList? | OldItems [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 |
Definition at line 3 of file NotifyCollectionChangedEventArgs.cs.