|
OnEvent_ChatWndContactAdded
The OnEvent_ChatWndContactAdded event is fired when a
contact is added to the list of participants in a chat window.
Syntax
OnEvent_ChatWndContactAdded(
[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 added
to 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.
|