Messenger Plus! Live - Scripting Documentation

The OnEvent_ChatWndCreated event is fired when a new chat window is created.

Syntax

OnEvent_ChatWndCreated(
    [object] ChatWnd
);

Parameters

ChatWnd
[object] Reference to the ChatWnd object attached to the chat generating the event.

Return Value

No value has to be returned by this event.

Remarks

None.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events, ChatWnd Object, OnEvent_ChatWndDestroyed.