Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.GestureRecognizer Provides tap gesture recognition and events. Can be used to recognize single and multiple tap gestures. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of a TapGestureRecognizer object. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Obsolete in 1.0.2. Use Command instead") An action whose first argument is the View the recognizer is associated with and whose second argument is the callback parameter. Initializes a new instance of a TapGestureRecognizer object with a parameterized callback. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Obsolete in 1.0.2. Use Command instead") An action whose first argument is the View the recognizer is associated with. Initializes a new instance of a TapGestureRecognizer object with a callback. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Windows.Input.ICommand The Command to invoke when the gesture has been triggered by the user. This is a bindable property. To be added. The object passed to the Command will be the contents of Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Object An object to be passed to the TappedCallback. This is a bindable property. To be added. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the CommandParameter bindable property. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Command bindable property. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Int32 The number of taps required to trigger the callback. This is a bindable property. The number of taps to recognize. The default value is 1. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the NumberOfTapsRequired bindable property. To be added. Event 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler Event that is raised when the user taps. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Obsolete in 1.0.2. Use Command instead") System.Action<Xamarin.Forms.View,System.Object> The action to invoke when the gesture has been triggered by the user. This is a bindable property. An action that will be invoked. The object passed to the callback will be the contents of . Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Obsolete in 1.0.2. Use Command instead") System.Object An object to be passed to the TappedCallback. This is a bindable property. An object. The primary use case for this property is Xaml bindings. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Obsolete in 1.0.2. Use Command instead") Xamarin.Forms.BindableProperty Identifies the TappedCallbackParameter bindable property. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Obsolete in 1.0.2. Use Command instead") Xamarin.Forms.BindableProperty Identifies the TappedCallback bindable property.