Esempio n. 1
0
 private void ItemsOnUpdated(object sender, CollectionChangedEventArgs <Item> e)
 {
     _OnUpdated?.Invoke(this);
 }