Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 675 Bytes

buttonbase_commandparameter.md

File metadata and controls

36 lines (25 loc) · 675 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.ButtonBase.CommandParameter
winrt property

Windows.UI.Xaml.Controls.Primitives.ButtonBase.CommandParameter

-description

Gets or sets the parameter to pass to the Command property.

-xaml-syntax

<button>
  <button.CommandParameter>
    object
  </button.CommandParameter>
</button>
- or -
<button CommandParameter="objectAsString"/>

-property-value

The parameter to pass to the Command property. The default is null.

-remarks

-examples

-see-also