Enterwell / Wpf.Notifications

WPF notifications UI controls (as seen in VS Code)
MIT License
394 stars 39 forks source link

OnMessageDismissed event trigger unexpectedly #24

Closed UmutComlekci closed 5 years ago

UmutComlekci commented 5 years ago

OnMessageDismissed event trigger unexpectedly when I set the AnimationOut property with Delay. For solve this problem, I updated the 'DismissBefore' method with add listener to Animation.Completed event. With this update, OnMessageDimissed event trigger when AnimationOut fully completed