Exemple #1
0
 public void OnDataSourceUpdated(object source, DataSourceEventArgs args)
 {
     Console.WriteLine($"Spreadsheet got notified: {args.DataSource.Value}");
 }
Exemple #2
0
 public void OnDataSourceUpdated(object source, DataSourceEventArgs args)
 {
     Console.WriteLine($"Chart got updated: {args.DataSource.Value}");
 }