I have an Application which uses a Slider to show the progress of a video Clip so Its being updated continue-sly through Code to keep it matched with the progress of Video within MediaElement.
I want it(Slider) to not to raise ValueChanged Event (When its values Changes through Code) as I have to handle the ValueChange event only on the User Slide Input.
Can Anybody Help me on this?
You can use the
ManipulationCompletedEvent for this.