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

Sep 12, 2013
1.7k
0

    use delegates

    braj mishra
    June 06, 2015
    0

    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.

    Akhil Garg
    September 14, 2014
    0

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

    Yogesh Jadhav
    September 23, 2013
    0