Double Loaded event in WPF

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-05-10T07:10:19Z Indexed on 2010/05/10 7:14 UTC
Read the original article Hit count: 396

Filed under:
|

I had some difficulties with bindng data to custom controll's value made by someone else so i used "Loaded" event to assign control's value during, but i've noticed that this event is fired up twice.

How can i find out what's firing that event? (VS2008) Or mayby any solution would be expected :)

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-binding