Messenger Plus! Live - Scripting Documentation

The OnWindowidEvent_EditTextChanged event is fired when the text of an EditControl or a RichEditControl is changed by the user.

Syntax

OnWindowidEvent_EditTextChanged(
    [object] PlusWnd,
    [string] ControlId
);

Parameters

PlusWnd
[object] The PlusWnd object attached to the window that generated the event.
ControlId
[string] Unique identifier of the control that generated the event.

Return Value

No value has to be returned by this event.

Remarks

The new text of the control can be retrieved with PlusWnd::GetControlText.

Event Information

Event Source Interface Windows
Availability Messenger Plus! Live 4.00

See Also

Script Windows Events, PlusWnd Object, PlusWnd::GetControlText.