Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Button.Clicked Event

Definition

Namespace:
Microsoft.Maui.Controls
Assembly:
Microsoft.Maui.Controls.dll
Source:
Button.cs
Source:
Button.cs
Source:
Button.cs
Source:
Button.cs

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.

Occurs when the button is clicked/tapped.

public:
 event EventHandler ^ Clicked;
public event EventHandler Clicked;
member this.Clicked : EventHandler 
Public Event Clicked As EventHandler 

Event Type

Applies to


Feedback

Was this page helpful?