예제 #1
0
        void CollectionChanged(object sender, NotifyCollectionChangedEventArgs args)
        {
            if (!ObserveChanges)
            {
                return;
            }

            CollectionView.BeginInvokeOnMainThread(() => CollectionChanged(args));
        }
예제 #2
0
 void CollectionChanged(object sender, NotifyCollectionChangedEventArgs args)
 {
     _collectionView.BeginInvokeOnMainThread(() => CollectionChanged(args));
 }