How do we know when UWP slider starts moving before the value change?
Overview
I have a project with UWP technology, where I use slider control, to collect information about slider moves I used the ManipulationStarting (for the beginning of the move) and ManipulationEnding (for the end of the move) events.
Main Problem
The issue emerged when the users clicked on the slider line to change its value immediately instead of the slider movements. In this case, ManipulationStarting event was not invoked and broke my architectural logic.