Windows.UI.Xaml.Controls.Primitives.ButtonBase.Click
June 22, 2022 · View on GitHub
-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]