ConfirmationBehavior Properties
Shows a confirmation message box before an application executes the specified command. Users can confirm or cancel the operation.| Name | Description |
|---|---|
| Command | Gets or sets the command that runs if the user accepts the confirmation message. This is a dependency property. |
| CommandParameter | Gets or sets parameters to pass to the Command. This is a dependency property. |
| CommandPropertyName | Gets or sets a name of an associated control’s command property. This is a dependency property. |
| EnableConfirmationMessage | Gets or sets whether a confirmation message should be displayed. This is a dependency property. |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
| MessageBoxService | Gets or sets a custom message box service. You can use the WinUIMessageBox or create a custom message box that implements the IMessageBoxService interface. This is a dependency property. |
| MessageButton | Gets or sets the confirmation message buttons. This is a dependency property. |
| MessageDefaultResult | Gets or sets the confirmation message button that should be focused when the message appears. This is a dependency property. |
| MessageIcon | Gets or sets the confirmation message icon. This is a dependency property. |
| MessageText | Gets or sets the confirmation message text. This is a dependency property. |
| MessageTitle | Gets or sets the confirmation message title. This is a dependency property. |
See Also