Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 844 Bytes

contentdialog_primarybuttoncommand.md

File metadata and controls

33 lines (22 loc) · 844 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ContentDialog.PrimaryButtonCommand
winrt property

Windows.UI.Xaml.Controls.ContentDialog.PrimaryButtonCommand

-description

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

-xaml-syntax

<ContentDialog PrimaryButtonCommand="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 primary button is tapped.

-remarks

-examples

-see-also