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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.