3
Reply

In My WPF application I have Add Record on one xaml form and Display This record On another Xaml form so After Adding Record My datagrid Will Not Be Update , Is It Possible to Update one winform using Another Winform Pleze give me Reply . .. . Thanks in Advance . . .

Mahesh Patil

Mahesh Patil

11y
2.3k
0
Reply

    use delegates

    yes you can use events. if you are following prism & mvvm framework then publish one event and subscribe that event in both viewmodel so it will update both.

    are you storing one value in database from one form and want to see that on another form??