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.
notifications
windows
xaml
gui
ui
control
component
nuget
wpf
mahapps
ui-components
messages
toasts
popups
toast-notifications
toastnotifications
windows-notifications
interactive-notifications
wpf-applications
displaying-notifications
-
Updated
Jun 12, 2020 - C#
The documentation says that UndoBatch is designed similarly to TransactionScope, but TransactionScope requires a "ts.Complete()" call to commit, otherwise the change is rolled back. In the current UndoBatch, there's no ability to rollback. Conforming to the TransactionScope pattern, or at least providing some kind of .Rollback() would be very useful.