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.
public:
void SendClicked(Microsoft::Maui::Controls::View ^ sender, Microsoft::Maui::Controls::ButtonsMask buttons);
public void SendClicked (Microsoft.Maui.Controls.View sender, Microsoft.Maui.Controls.ButtonsMask buttons);
member this.SendClicked : Microsoft.Maui.Controls.View * Microsoft.Maui.Controls.ButtonsMask -> unit
Public Sub SendClicked (sender As View, buttons As ButtonsMask)
Parameters
- sender
- View
The object that is sending the click event.
- buttons
- ButtonsMask
The buttons that were involved in the click event.
Remarks
Both the command and the event are run, if present.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.