I have an MMC snapin (MMC 3.0) with a ScopeNode that adds a Microsoft.ManagementConsole.FormView. This FormView is used to edit a script. If the script contains syntax errors I need to prevent the user from navigating away from the form until the syntax errors are corrected. I can probably add event handlers to my script editor control to detect lost focus or window visibility change, but is there something in MMC that notifies and allows for cancelling the action?

What's the best way to detect that the user is navigating away from the FormView?

link|improve this question

I'm not sure if the lost focus thingy will work. I've tried that once and the lost focus event is not fired in the scenario. No idea why exactly. – DiGMi Sep 18 '11 at 10:12
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.