OnMemberKicked EventOnMemberKicked Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: OnKnock Event
*Next Topic: OnMemberProperty Event

OnMemberKicked Event

Fires when a member is kicked out of the channel.

Syntax

object_OnMemberKicked(Channel, KickedNickname, KickerNickname, Reason)

Parameters

objectRequired. An object expression that evaluates to an MsChatPr control.
ChannelRequired. An object expression that evaluates to a Channel object.
KickedNicknameRequired. A string expression containing the Nickname of the member who is being kicked.
KickerNicknameRequired. A string expression containing the Nickname of the member who is doing the kicking.
ReasonRequired. A string expression containing the reason the member is being kicked, or it can be empty.

Remarks

This event can result from a KickMember method call and is immediately followed by an OnDelMember event.


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