I wish to recalculate things everytime a DataGrid gets more rows or some are removed. I tried to use the Loaded event, but that was fired only once.
Loaded
I found
How about DataGrid.LoadingRow(object sender, DataGridRowEventArgs e)?
DataGrid.LoadingRow(object sender, DataGridRowEventArgs e)
Same for Unloading.
DataGrid.UnLoadingRow(object sender, DataGridRowEventArgs e)?
DataGrid.UnLoadingRow(object sender, DataGridRowEventArgs e)