Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.5.0.121934" />

.NET API 1,049,536 bytes

 ClickGestureRecognizer

public static readonly BindableProperty ButtonsProperty

public static readonly BindableProperty CommandProperty

public ButtonsMask Buttons { get; set; }

public ICommand Command { get; set; }

public object CommandParameter { get; set; }

public int NumberOfClicksRequired { get; set; }

public event EventHandler Clicked

public void SendClicked(View sender, ButtonsMask buttons)