-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.ObservableList
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
2 revisions
namespace: Crow
ObservableList
public class ObservableList : IObservableList, IValueChange
⬜ | prototype | description |
---|---|---|
ObservableList () |
__ | |
ObservableList (IEnumerable< T > collection) |
__ |
⬜ | name | description |
---|---|---|
Count |
__ | |
IsReadOnly |
__ | |
IsSynchronized |
__ | |
SelectedIndex |
__ | |
SelectedItem |
__ | |
SyncRoot |
__ | |
this[int index] |
__ |
⬜ | prototype | description |
---|---|---|
void Add(T elem) |
__ | |
void Clear() |
__ | |
bool Contains(T item) |
__ | |
void CopyTo(T[] array, int arrayIndex) |
__ | |
void CopyTo(Array array, int index) |
__ | |
> GetEnumerator() |
__ | |
int IndexOf(T item) |
__ | |
void Insert(int index, T elem) |
__ | |
void Insert() |
__ | |
void NotifyValueChanged(string MemberName, object _value) |
__ | |
> Parse(string str) |
__ | |
void RaiseEdit() |
__ | |
void RaiseEditAt(int index) |
__ | |
bool Remove(T elem) |
__ | |
void Remove() |
__ | |
void RemoveAt(int index) |
__ | |
void Replace(T oldValue, T newValue) |
__ |
⬜ | name | description |
---|---|---|
ListAdd |
__ | |
ListClear |
__ | |
ListEdit |
__ | |
ListRemove |
__ | |
ValueChanged |
__ |