ClickGestureRecognizer.SendClicked(View, ButtonsMask) Method

Definition

Runs the command for the click, if present, and invokes the click event handler when appropriate.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SendClicked (Xamarin.Forms.View sender, Xamarin.Forms.ButtonsMask buttons);
member this.SendClicked : Xamarin.Forms.View * Xamarin.Forms.ButtonsMask -> unit

Parameters

sender
View

The object that is sending the click event.

buttons
ButtonsMask

The buttons that were involved in the click event.

Attributes

Remarks

Both the command and the event are run, if present.

Applies to