Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 756 Bytes

contentdialog_secondarybuttoncommandparameter.md

File metadata and controls

36 lines (25 loc) · 756 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContentDialog.SecondaryButtonCommandParameter
winrt property

Microsoft.UI.Xaml.Controls.ContentDialog.SecondaryButtonCommandParameter

-description

Gets or sets the parameter to pass to the command for the secondary button.

-xaml-syntax

<ContentDialog>
  <ContentDialog.SecondaryButtonCommandParameter>
    object
  </ContentDialog.SecondaryButtonCommandParameter>
</ContentDialog>
- or -
<ContentDialog SecondaryButtonCommandParameter="objectAsString"/>

-property-value

The command parameter for the secondary button. The default is null.

-remarks

-examples

-see-also