Share via


Editor.Completed Event

Definition

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.

Applies to