Editor.Completed Event

Definition

Event that is fired when editing has completed.

public event EventHandler Completed;
member this.Completed : EventHandler 

Event Type

Remarks

iOS (Unfocusing the editor or pressing "Done" triggers the event). Android / Windows Phone (Unfocusing the Editor triggers the event)

Applies to