| Microsoft Chat Server SDK Reference |
|---|
This method is called whenever a user leaves a channel.
Visual Basic:HRESULT OnRemoveChannel(IChatUser *User,IChatChannel *Channel);
Sub IChatUserCallBack_OnRemoveChannel( _ByVal User As CHATSVCLib.IChatUser, _ByRef Channel As CHATSVCLib.IChatChannel)
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.