rafallopatka / ToastNotifications

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.
GNU Lesser General Public License v3.0
718 stars 171 forks source link

Exception on custom mesage #94

Closed fredericoregateiro closed 5 years ago

fredericoregateiro commented 5 years ago

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

error

rafallopatka commented 5 years ago

Hi,

Thank you for spotting this error, I fixed it.

Best regards