Creates an instance of the ObservableArrayChangedArgs
Gets the operation that occurred on the ObservableArray. See EObservableArrayChangedAction for a list of values
Gets new items added if the EObservableArrayChangedAction was Add or Replace
Gets old items removed if the EObservableArrayChangedAction was Remove or Replace
Generated using TypeDoc
Event args used by the ObservableArray.collectionChanged event