Hello.
Is it possible to find out whether WPF Window is loaded? I have a method which accepts a window and hooks 'Loaded' event to it. If window is already loaded, the event will not fire. Is it possible to know this when accepting the argument?
Thank you.