Click or drag to resize

CWormsImUserEnterExit Class

Defines the movement of a user to or from a chat room.
Inheritance Hierarchy
SystemObject
  Woti.IMCWormsImUserEnterExit

Namespace: Woti.IM
Assembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntax
[GuidAttribute("1B2DAE7F-3024-4f4f-95D4-EC871A260E59")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class CWormsImUserEnterExit : IWormsImUserEnterExit

The CWormsImUserEnterExit type exposes the following members.

Properties
 NameDescription
Public propertyChatRoomObsolete.
The chat room that a user entered or exited.
Public propertyChatRoomIdThe ID of the chat room that a user entered or exited.
Public propertyEnterOrExitTrue if the user entered, false if the user exited.
Public propertyIsUserOrChatActionIndicates whether this action for a user entered/exited the system or entered/exited a chat
Public propertyUserNameName of the user who has entered/exited.
Top
See Also