Edit

Share via


PropertyValueEditorCommands.FinishEditing Property

Definition

Gets the command that the editor raises to indicate to the host that the updating of a property value is complete.

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

Property Value

A RoutedCommand that indicates that the updating of a value is complete.

Remarks

This enables the host to do cleanup or potentially change the focus to a different UIElement.

Applies to