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...