Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 862 Bytes

contentdialog_secondarybuttoncommand.md

File metadata and controls

35 lines (22 loc) · 862 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContentDialog.SecondaryButtonCommand
winrt property

Microsoft.UI.Xaml.Controls.ContentDialog.SecondaryButtonCommand

-description

Gets or sets the command to invoke when the secondary button is tapped.

-xaml-syntax

<ContentDialog SecondaryButtonCommand="commandReference"/>

-xaml-values

commandReference
commandReferenceA reference to an ICommand implementation that describes the command logic. Typically this is done through a {Binding} markup extension reference to a data source, when using model-view-view model designs.

-property-value

The command to invoke when the secondary button is tapped.

-remarks

-examples

-see-also