PropertyValueEditorCommands.FinishEditing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.