Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 850 Bytes

contentdialog_closebuttoncommand.md

File metadata and controls

35 lines (22 loc) · 850 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ContentDialog.CloseButtonCommand
winrt property

Windows.UI.Xaml.Controls.ContentDialog.CloseButtonCommand

-description

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

-xaml-syntax

<ContentDialog CloseButtonCommand="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