PropertyValueEditorCommands.FinishEditing Property
Gets a RoutedCommand that represents a notification to the host that a property edit has been completed.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared ReadOnly Property FinishEditing As RoutedCommand
Get
public static RoutedCommand FinishEditing { get; }
public:
static property RoutedCommand^ FinishEditing {
RoutedCommand^ get ();
}
static member FinishEditing : RoutedCommand
static function get FinishEditing () : RoutedCommand
Property Value
Type: System.Windows.Input.RoutedCommand
A notification to the host that a property edit has been completed.
Remarks
It is up to the host to act on this notification. For example, the host can run clean-up code, or the host can set the focus to one of the following:
The property that was just edited.
The next property in the property window.
The design surface.
.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