Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Button event for while clicked

$
0
0

I'd like to know if there is an event for the press/hold of a button, which is called on a press, and not after the press is released? Clicked event only works after the press is released, and the tap GestureRecognizers don't seem to be called on a tap:

    this.ClickableOverlayButton.GestureRecognizers.Add(tap);
     void tap_Tapped(object sender, EventArgs e)
         {
                throw new NotImplementedException();
         }

Thanks for any advice.


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>