[UWP] Completed event raised twice when clicking on
See original GitHub issueRunning current release 4.1.36
I’ve noticed that the Completed event is now firing twice on TouchEff enabled controls, eg when clicking with the mouse. eg
<ContentView>
<ContentView.Effects>
<touch:TouchEff Completed="TouchView_Completed" />
</ContentView.Effects>
</ContentView>
they both have the same stack
Any ideas on what is going on?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
C#: PointerPressed has been called twice when I click the ...
It calls when you pressed and keep button and when you leave button event finishes. So when you click on image you think...
Read more >Control.DoubleClick Event (System.Windows.Forms)
The Click event is raised every time a control is double-clicked. For example, if you have event handlers for the Click and DoubleClick...
Read more >GridView CommandCellClick Fires Twice in UI for WinForms
I found the solution. The reason why the CommandCellClick event was firing twice is because I had two references for GridView.CommandCellClick.
Read more >Button OnClick Event is firing twice
Whenever I click on the button, the event is fired, if I then click somewhere else, the event is fired again ( im...
Read more >WinRT KeyDown fired twice when Enter is pressed
Under UWP windows 10 App , events will still fired multiple times, Example, mediaElement state changed events will fired more than 2 times,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems I know what the reason I will fix it later
No, you can go ahead with your approach (With completion)
That’s strange.
Well, if you switch to Command, does it fire event twice as well?