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)
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 host who kicked the user from the chat room. Reason A 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.