Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.03 KB

buttonbase_click.md

File metadata and controls

38 lines (22 loc) · 1.03 KB
-api-id -api-type
E:Windows.UI.Xaml.Controls.Primitives.ButtonBase.Click
winrt event

Windows.UI.Xaml.Controls.Primitives.ButtonBase.Click

-description

Occurs when a button control is clicked.

-xaml-syntax

<button Click="eventhandler"/>

-remarks

-examples

The following example demonstrates handling the Click event and setting the IsEnabled property of a Button, which inherits from ButtonBase.

[!code-xaml4]

[!code-csharp41]

[!code-vb41]

-see-also

Button