2011-07-01 11 views
6

NotifyCollectionChangedEventArgs olay arşivi belgelerinde, Değiştir adlı (Ekle, Kaldır, Taşı vb. Ek olarak) bir action var. Bu ne zaman kovulabilir?ObservableCollection nasıl bir Eylem değiştirebilir?

ObservableCollection<string> myCollection = new ObservableCollection<string>; 
myCollection.Add("One"); 
myCollection.Add("Two"); 
myCollection.Add("Three"); 
myCollection.Add("Four"); 
myCollection.Add("Five"); 

myCollection[4] = "Six"; // Replace (i.e. Set) 
: Ben herhangi İşte

cevap

8

ObservableCollection

yöntemini değiştirin göremiyorum bir örnektir