ChatRoomInvitationEventArgs Class

Definition

Event argument forwarded by a PersistentChatEndpoint when a chat room invitation is received.

public ref class ChatRoomInvitationEventArgs : EventArgs
public class ChatRoomInvitationEventArgs : EventArgs
type ChatRoomInvitationEventArgs = class
    inherit EventArgs
Public Class ChatRoomInvitationEventArgs
Inherits EventArgs
Inheritance
ChatRoomInvitationEventArgs

Remarks

Chat room invitations are issued by the persistent chat server when a user is granted membership to a chat room. The issuing of chat room invitations is conditional on the chat room properties. Invitations are used to raise awareness of the existence of a chat room, and encourage new members to join.

Properties

ChatRoom

Gets an object which describes the chat room to which the user has been invited.

Applies to