Messenger Plus! Live - Scripting Documentation
The OnEvent_ChatWndContactRemoved event is fired when a contact is
removed from the list of participants in a chat window.
Syntax
OnEvent_ChatWndContactRemoved(
[object] ChatWnd,
[string] Email
);
Parameters
- ChatWnd
- [object] Reference to the ChatWnd
object attached to the chat generating the event.
- Email
- [string] Sign-in email of the contact who has been removed from
the list of participants.
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.