|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| DataViewListener (DataView dv) | |
| void | MaintainDataView (ListChangedType changedType, DataRow row, bool trackAddRemove) |
| void | IndexListChanged (ListChangedEventArgs e) |
| void | RegisterMetaDataEvents (DataTable table) |
| void | UnregisterMetaDataEvents () |
| void | RegisterListChangedEvent (Index index) |
| void | UnregisterListChangedEvent () |
Package Attributes | |
| readonly int | _objectID |
Private Member Functions | |
| void | ChildRelationCollectionChanged (object sender, CollectionChangeEventArgs e) |
| void | ParentRelationCollectionChanged (object sender, CollectionChangeEventArgs e) |
| void | ColumnCollectionChanged (object sender, CollectionChangeEventArgs e) |
| void | UnregisterMetaDataEvents (bool updateListeners) |
| void | CleanUp (bool updateListeners) |
| void | RegisterListener (DataTable table) |
Private Attributes | |
| readonly WeakReference | _dvWeak |
| DataTable | _table |
| Index | _index |
Definition at line 6 of file DataViewListener.cs.