NonNativeKeyboard.OnTextUpdated 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.
Fired every time the text in the InputField changes. (Cleared when keyboard is closed.)
public:
event Action<System::String ^> ^ OnTextUpdated;
public event Action<string> OnTextUpdated;
member this.OnTextUpdated : Action<string>
Public Event OnTextUpdated As Action(Of String)