Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.0% dependent repos on nuget.org

nuget.org : wpf.notifier

WPF.Notifier shows one or more toastnotification-windows. Besides it's possible to show your own window with your viewmodel as a toastnotification. (I)NotifierManager should be a Singleton, if you use it from different classes, because all notificationwindos are saved internally and removed after closing. You can use a DI Framework like Ninject and register INotifierManager as Singleton. Then call ShowNotification/ShowCustomNotification . If you want to show your own window, you have to handle the animations and closing by yourself. Show your own Notification: call ShowCustomNotification(yourViewModel) in App.xaml: <Application.Resources> <DataTemplate DataType="{x:Type local:yourViewModel}"> <local:TestView /> </DataTemplate> </Application.Resources>

Registry - JSON
purl: pkg:nuget/wpf.notifier
Keywords: WPF, Notification, Toast, Toaster, Notifier
License:
Latest release: over 8 years ago
First release: over 124 years ago
Dependent repositories: 1
Downloads: 11,095 total
Last synced: 27 days ago

    Loading...
    Readme
    Loading...