Esempio n. 1
0
 private void OnPropertyChanged(string property) =>
 UiThreadBuilder.RunOnUiThread(() => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(property)));
Esempio n. 2
0
 private void OnCollectionChange(NotifyCollectionChangedEventArgs e) =>
 UiThreadBuilder.RunOnUiThread(() => CollectionChanged?.Invoke(this, e));