iOSTextField.TextChange
From Xojo Documentation
Event
Called when the text changes from user entry. It is not called when the text is changed via code.
Sample Code
Update a label with the text as it is being entered:
NameLabel.Text = Me.Text