I am new in WPF, and I am working with DataGrids and I need to know when the property ItemsSource is changed.
For example, I would need that when this instruction is
If you wnat to detect new row added can try DataGrid's InitializingNewItem or AddingNewItem Event.
InitializingNewItem
AddingNewItem
InitializingNewItem usage :
Datagrid auto add item with data of parent