2
Answers

Notify custom property changes

ca guy

ca guy

15y
6.8k
1

Hi,
    I am writing small windows application in WPF. I am using UserControl in WPF form. I have custom public property in UserControl called "bDirty" and same property in the WPF form (public) too.
    How can I detect changes in USerControl.bDirty property in Window1.bDirty?

I am using VS 2008, C#. Please help!!

Sample code is appriciated.
Thank you
Guy
 
Answers (2)