iOSTextArea.TextChange
From Xojo Documentation
Event
Called when the text changes.
Sample Code
Update a label with the text as it changes:
DescLabel.Text = Me.Text
Called when the text changes.
Update a label with the text as it changes: