2
votes
1answer
1k views
Initialized event of WPF UserControl not firing.
Hello,
I've got a very simple WPF UserControl that looks like this:
namespace MyUserControl
{
/// <summary>
/// Interaction logic for UserControl1.xaml
/// </ …
