Method OnCollectionReplace
OnCollectionReplace(object?, IList, IList, int)
Called when items in the collection are replaced.
void OnCollectionReplace(object? sender, IList oldItems, IList newItems, int index)
Called when items in the collection are replaced.
void OnCollectionReplace(object? sender, IList oldItems, IList newItems, int index)