Edit

Share via


PropertyValueEditorCommands.BeginTransaction Property

Definition

Gets the command that the editor raises to begin an attempt to update a property value.

public:
 static property System::Windows::Input::RoutedCommand ^ BeginTransaction { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand BeginTransaction { get; }
static member BeginTransaction : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property BeginTransaction As RoutedCommand

Property Value

The RoutedCommand that begins a transaction.

Applies to