Skip to content

Crow.ObservableList

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 2 revisions

namespace: Crow

Inheritance Hierarchy

  • ObservableList

Syntax

public class ObservableList : IObservableList, IValueChange

Constructors

prototype description
ObservableList () __
ObservableList (IEnumerable< T > collection) __

Properties

name description
Count __
IsReadOnly __
IsSynchronized __
SelectedIndex __
SelectedItem __
SyncRoot __
this[int index] __

Methods

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) __

Events

name description
ListAdd __
ListClear __
ListEdit __
ListRemove __
ValueChanged __
Clone this wiki locally