Skip to main content
All docs
V23.2

ConfirmationBehavior Fields

Shows a confirmation message box before an application executes the specified command. Users can confirm or cancel the operation.
Name Description
CommandParameterProperty static Identifies the CommandParameter dependency property.
CommandProperty static Identifies the Command dependency property.
CommandPropertyNameProperty static Identifies the CommandPropertyName dependency property.
EnableConfirmationMessageProperty static Identifies the EnableConfirmationMessage dependency property.
MessageBoxServiceProperty static Identifies the MessageBoxService dependency property.
MessageButtonProperty static Identifies the MessageButton dependency property.
MessageDefaultResultProperty static Identifies the MessageDefaultResult dependency property.
MessageIconProperty static Identifies the MessageIcon dependency property.
MessageTextProperty static Identifies the MessageText dependency property.
MessageTitleProperty static Identifies the MessageTitle dependency property.
See Also