Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
IBindingList.cs
Go to the documentation of this file.
2
4
6{
7 bool AllowNew { get; }
8
9 bool AllowEdit { get; }
10
11 bool AllowRemove { get; }
12
14
15 bool SupportsSearching { get; }
16
17 bool SupportsSorting { get; }
18
19 bool IsSorted { get; }
20
22
24
25 event ListChangedEventHandler ListChanged;
26
27 object? AddNew();
28
30
32
33 int Find(PropertyDescriptor property, object key);
34
36
37 void RemoveSort();
38}
ListChangedEventHandler ListChanged
void AddIndex(PropertyDescriptor property)
void ApplySort(PropertyDescriptor property, ListSortDirection direction)
void RemoveIndex(PropertyDescriptor property)
int Find(PropertyDescriptor property, object key)