OnParticipantStatusChanged EventOnParticipantStatusChanged Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: OnParticipantRealName Event
*Next Topic: OnRoomTopicChanged Event

OnParticipantStatusChanged Event

Occurs when a member changes status.

Syntax

object_OnParticipantStatusChanged(ParticipantID, Status)

ValueDescription
objectRequired. An object expression that evaluates to a Chat control.
ParticipantIDA long integer value that contains the participant ID of the member whose status is changing.
StatusA short integer value that indicates the new status of the member. The new status is a combination of the following values.
1Member has become a host.
2Member has become a participant.
4Member has become a spectator.
8Member does not allow whispers.
16Member is ignored, so all incoming messages from this member are discarded.

Remarks

Any member is either a host (Status=1), participant (Status=2), or spectator (Status=4), so a valid status must include one of these values.

See Also

SetParticipantStatus, ThisParticipantID


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