ConfirmationBehavior Properties
Shows a confirmation message box before an application executes the specified command. Users can confirm or cancel the operation.
Name | Description |
---|---|
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Command | Gets or sets the command that runs if the user accepts the confirmation message. This is a dependency property. |
Command |
Gets or sets parameters to pass to the Command. This is a dependency property. |
Command |
Gets or sets a name of an associated control’s command property. This is a dependency property. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Enable |
Gets or sets whether a confirmation message should be displayed. This is a dependency property. |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Message |
Gets or sets a custom message box service. You can use the Win |
Message |
Gets or sets the confirmation message buttons. This is a dependency property. |
Message |
Gets or sets the confirmation message button that should be focused when the message appears. This is a dependency property. |
Message |
Gets or sets the confirmation message icon. This is a dependency property. |
Message |
Gets or sets the confirmation message text. This is a dependency property. |
Message |
Gets or sets the confirmation message title. This is a dependency property. |
See Also