TextBox.onTextChanged

Fired when the text changes (EN_CHANGE); carries the new text.

class TextBox
Event!(string) onTextChanged;

Meta