|
|
@ -75,7 +75,7 @@ namespace Perspex.Collections |
|
|
{ |
|
|
{ |
|
|
var ev = new NotifyCollectionChangedEventArgs( |
|
|
var ev = new NotifyCollectionChangedEventArgs( |
|
|
NotifyCollectionChangedAction.Add, |
|
|
NotifyCollectionChangedAction.Add, |
|
|
this.source, |
|
|
this.source.ToList(), |
|
|
0); |
|
|
0); |
|
|
this.CollectionChanged(this, ev); |
|
|
this.CollectionChanged(this, ev); |
|
|
} |
|
|
} |
|
|
|