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]

-see-also

Button

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-remarks
  4. 4-examples
  5. 5-see-also