Partager via


PropertyValueEditorCommands.BeginTransaction, propriété

Obtient un RoutedCommand qui représente une demande pour lancer une nouvelle transaction associée à une modification de propriété.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property BeginTransaction As RoutedCommand
    Get
public static RoutedCommand BeginTransaction { get; }
public:
static property RoutedCommand^ BeginTransaction {
    RoutedCommand^ get ();
}
static member BeginTransaction : RoutedCommand
static function get BeginTransaction () : RoutedCommand

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Demande pour lancer une nouvelle transaction associée à une modification de propriété.

Notes

L'action de modification de la propriété doit être encapsulée dans une transaction. L'utilisateur peut valider la modification, par exemple, en appuyant sur la touche ENTRÉE. Il peut également annuler la modification, par exemple, en appuyant sur la touche Échap.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueEditorCommands Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyValueEditor

CanExecute

Execute

Autres ressources

Architecture de l'extensibilité du Concepteur WPF