Contents Index Topic Contents | ||
Previous Topic: OnMessage Event Next Topic: OnParticipantInvited Event |
OnParticipantAliasChanged Event
Occurs when the member's alias is changed. Also, if the display notifications flag (value=128) is set in the UIOption property, a dialog box is displayed that says: "<OldAlias> is now known as <NewAlias>."
Syntax
object_OnParticipantAliasChanged(ParticipantID, OldAlias, NewAlias)
Value Description object Required. An object expression that evaluates to a Chat control. ParticipantID A long integer value that contains the participant ID of the member whose alias is changing. OldAlias A BSTR value that contains the old alias. NewAlias A BSTR value that contains the new alias. See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.