The OnWindowidEvent_EditTextChanged event is fired when the text of an EditControl or a RichEditControl is changed by the user.
OnWindowidEvent_EditTextChanged(
[object] PlusWnd,
[string] ControlId
);
No value has to be returned by this event.
The new text of the control can be retrieved with PlusWnd::GetControlText.
| Event Source | Interface Windows |
|---|---|
| Availability | Messenger Plus! Live 4.00 |
Script Windows Events, PlusWnd Object, PlusWnd::GetControlText.