ChatRoomSessionStateChangedEventArgs Class

Definition

Event argument forwarded by a ChatRoomSession when the participation status of the currently logged in user has changed.

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

Properties

State

Gets a value indicating whether the ChatRoomSession is joined to the chat room.

Applies to