Editar

Share via


NonNativeKeyboard.OnTextSubmitted Event

Definition

Sent when the 'Enter' button is pressed. To retrieve the text from the event, cast the sender to 'Keyboard' and get the text from the TextInput field. (Cleared when keyboard is closed.)

public:
 event EventHandler ^ OnTextSubmitted;
public event EventHandler OnTextSubmitted;
member this.OnTextSubmitted : EventHandler 
Public Event OnTextSubmitted As EventHandler 

Event Type

Applies to