Editor.Completed Event
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.
Occurs when the user finalizes the text in the editor with a completion action.
public:
event EventHandler ^ Completed;
public event EventHandler Completed;
member this.Completed : EventHandler
Public Event Completed As EventHandler
Event Type
Remarks
This event is typically raised when the user presses a hardware or software keyboard's done/return key, although the specific trigger may vary by platform.