PropertyValueEditorCommands.BeginTransaction Property
Gets a RoutedCommand that represents a request to begin a new 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 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
Property Value
Type: System.Windows.Input.RoutedCommand
A request to begin a new 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyValueEditorCommands Class
Microsoft.Windows.Design.PropertyEditing Namespace