NonNativeKeyboard.OnTextSubmitted 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.
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