OnParticipantKicked EventOnParticipantKicked Event*
*



Contents  *



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

OnParticipantKicked Event

Occurs when the user is kicked from the chat room.

Syntax

object_OnParticipantKicked(ParticipantID, Reason)

ValueDescription
objectRequired. An object expression that evaluates to a Chat control.
ParticipantIDA long integer value that contains the participant ID of the host who kicked the user from the chat room.
ReasonA BSTR value that contains the reason given for kicking the user from the chat room. This value can be an empty string, if no reason was given.

See Also

KickParticipant, ThisParticipantID


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