tags:

views:

320

answers:

1

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.

+2  A: 

You have IsLoaded property of Window

Tamir