Messenger Plus! Live - Scripting Documentation
The OnEvent_ChatWndDestroyed event is fired when a chat window is
destroyed.
Syntax
OnEvent_ChatWndDestroyed(
[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_ChatWndCreated.