Hello I am trying to handle the Application.LoadCompleted
event but it's never triggered.
Instead I am seeing the MainWindow.
I tried attaching the event by either xaml, or directly by overriding the OnLoadCompleted method of the Application class.