Hi,
I know I can handle state changes - I need to handle the closed event - how is this possible I can't seem to find a handler to hook onto to get at the Command Enum - which is how I assume it is meant to be done?
Any help appreciated.
Zack
Hi Zack!
You must attach event handler to WindowStateChanged Event and check WindowStateChangedEventArgs.newWindowState to be WindowState.Hidden.
Best Wishes!
Mihail
There are no separate Closed event and ClosedEventArgs in XamWebDialogWindow for 2009.1 release