Entry.Completed Event

Definition

Occurs when the user finalizes the text in an entry with the return key.

public event EventHandler Completed;
member this.Completed : EventHandler 

Event Type

Remarks

This finalization will usually but not always be accompanied by IsFocused being set to false.

Applies to