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
object Required. An object expression that evaluates to an MsChatPr control. Channel Required. An object expression that evaluates to a Channel object. KickedNickname Required. A string expression containing the Nickname of the member who is being kicked. KickerNickname Required. A string expression containing the Nickname of the member who is doing the kicking. Reason Required. 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.