Is there an event or something i can use when a showdialogwindow is blocking the window i try to access
问题 I have 2 windows. Lets call them A and B. A is opening B with a ShowDialog(). So I am opening B - When the user minimizes B or gets it into the back somehow and he tries clicking window A again its blocked (as it should be), but is there an Event that I can catch up onto when this happens ? I am trying to achieve bringing the blocking window B into the front when hes trying to access window A with window B opened. Codeexample: Thats how Window A is opened from the Mainwindow WindowA windowA =