WPF User Control Textbox filres Textchaged on another TextBox
Posted
by MARIMUTHU
on Stack Overflow
See other posts from Stack Overflow
or by MARIMUTHU
Published on 2010-05-24T07:09:22Z
Indexed on
2010/05/24
7:11 UTC
Read the original article
Hit count: 158
c#
I Have a User Control containing Text box and a label box. In the WPF window , I have used this user control and another Text box. If the Lost Focus event on the User Control is fired , it fires the Text changed event on the other Textbox. How can i restrict this???
© Stack Overflow or respective owner