You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use current MahApps.MetroDemo.NET45 demo project.
In MainWindow code-behind:
Add an eventhandler for DialogManager.DialogOpened
Modify MainWindow.ShowAwaitCustomDialog as follows:
Remove the ShowMessageAsync call to avoid confusion...
Run project: Dialogs => await custom dialog => DialogOpened eventhandler is not called...
Expected outcome
Expected event DialogOpened to be raised.
Environment
MahApps.Metro v1.2.4 and latest source
Windows 7
Visual Studio 2013
.NET Framework 4.5
The text was updated successfully, but these errors were encountered:
What steps will reproduce this issue?
Use current MahApps.MetroDemo.NET45 demo project.
In MainWindow code-behind:
Add an eventhandler for DialogManager.DialogOpened
Modify MainWindow.ShowAwaitCustomDialog as follows:
Run project: Dialogs => await custom dialog => DialogOpened eventhandler is not called...
Expected outcome
Expected event DialogOpened to be raised.
Environment
The text was updated successfully, but these errors were encountered: