NonNativeKeyboard.OnTextUpdated Event

Definition

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) 

Event Type

Applies to