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

See Also

Reference

PropertyValueEditorCommands Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyValueEditor

CanExecute

Execute

Other Resources

WPF Designer Extensibility Architecture