Creates an instance of the ObservableArray
Event handler which fires when the collection changes. See ObservableArrayChangedArgs for args
Adds items to the array, and raises the collectionChanged event to subscribers
Converts to a javascript array
Clears the array. Raises the collectionChanged event to subscribers
Returns true if the array contains an item
Gets an item at index
Gets an item by Id
Inserts items at the specified index. Raises the collectionChanged event to subscribers
Removes an item by value. Raises the collectionChanged event to subscribers
Removes an item at the specified index. Raises the collectionChanged event to subscribers
Sets an item at index. Raises the collectionChanged event to subscribers
gets the number of elements in the array
Generated using TypeDoc
An Observable array which raises collectionChanged events when an item is added, removed or the collection cleared