ClickGestureRecognizer.SendClicked(View, ButtonsMask) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.ComponentModel.EditorBrowsableAttribute
Remarks
Both the command and the event are run, if present.