OnParticipantAliasChanged EventOnParticipantAliasChanged Event*
*



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)

ValueDescription
objectRequired. An object expression that evaluates to a Chat control.
ParticipantIDA long integer value that contains the participant ID of the member whose alias is changing.
OldAliasA BSTR value that contains the old alias.
NewAliasA BSTR value that contains the new alias.

See Also

ThisParticipantAlias


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.