I\'m using the WPF DataGrid (.Net 3.5 SP 1 version from the Toolkit)
DataGrid
What event can I subscribe to, to detect when a new row is added?
Unlike AddingNewItem, DataGrid.LoadingRow Event (available since .Net 4.0) will be fired for items added through ItemSource binding.
AddingNewItem
ItemSource