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.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.