microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
697 stars 112 forks source link

Actions are not fired when navigated back to a cached Page in EventTriggerBehavior #264

Closed optimodzhu closed 1 week ago

optimodzhu commented 2 weeks ago

In Uwp project. Actions could no longer be tiggered after navigated to a cached Page. Setting the field _removeEventHandlerMethod again in UnregisterEvent Method works for me.