ContentDialog.PrimaryButtonCommandParameter Property
Definition
Gets or sets the parameter to pass to the command for the primary button.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.ContentDialog.PrimaryButtonCommandParameter.
public:
property Platform::Object ^ PrimaryButtonCommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable PrimaryButtonCommandParameter();
void PrimaryButtonCommandParameter(IInspectable value);
public object PrimaryButtonCommandParameter { get; set; }
var object = contentDialog.primaryButtonCommandParameter;
contentDialog.primaryButtonCommandParameter = object;
Public Property PrimaryButtonCommandParameter As Object
<ContentDialog>
<ContentDialog.PrimaryButtonCommandParameter>
object
</ContentDialog.PrimaryButtonCommandParameter>
</ContentDialog>
- or -
<ContentDialog PrimaryButtonCommandParameter="objectAsString"/>
Property Value
The parameter to pass to the command for the primary button. The default is null.