简体   繁体   中英

Detect end of FlipView animation

FlipView 's SelectionChanged event is fired when the animation starts. How can I let the animation end before executing code?

I'm not sure what you want, but you could try this :

await Task.Delay(animation time for example 1 sec.);

before the execution of selection changed event!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM