Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Library version
2.5.0
Expected behaviour
No exceptions raised, on the samples and on the documentation there is no mention to the
Bind(customNotification);
Actual behaviour
Exception is throw on mouse enter the notification
Steps to reproduce behaviour
Run the MahAppsNotification sample and hover the mouse on the notification
Code to reproduce behaviour
The MahAppsNotification sample