PropertyValueEditorCommands.AbortTransaction Property

Gets a RoutedCommand that represents a request to cancel a transaction associated with a property edit.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared ReadOnly Property AbortTransaction As RoutedCommand
    Get
public static RoutedCommand AbortTransaction { get; }
public:
static property RoutedCommand^ AbortTransaction {
    RoutedCommand^ get ();
}
static member AbortTransaction : RoutedCommand
static function get AbortTransaction () : RoutedCommand

Property Value

Type: System.Windows.Input.RoutedCommand
A request to cancel a transaction associated with a property edit.

Remarks

The action of editing the property should be wrapped in a transaction. The user can commit the edit, for example, by pressing the ENTER key. The user can cancel the edit, for example, by pressing the ESC key.

.NET Framework Security

See Also

Reference

PropertyValueEditorCommands Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyValueEditor

CanExecute

Execute

Other Resources

WPF Designer Extensibility Architecture