Microsoft Chat Server SDK Reference

IChatUserCallBack::OnRemoveChannel

This method is called whenever a user leaves a channel.

Syntax

C/C++:
HRESULT OnRemoveChannel(
   IChatUser *User,
   IChatChannel *Channel);
Visual Basic:
Sub IChatUserCallBack_OnRemoveChannel( _
   ByVal User As CHATSVCLib.IChatUser, _
   ByRef Channel As CHATSVCLib.IChatChannel)

Parameters

User
Reference to the ChatUser object representing the user who is leaving the channel.
Channel
Reference to the ChatChannel object representing the channel.

Remarks

When this property changes, the OnUserPropertyChanged method is not called. Extensions that are interested in the OnRemoveChannel event should register for this notification explicitly.


© 1998 Microsoft Corporation. All rights reserved.