ParticipantAttendanceChangedEventArgs Class

Definition

Event argument forwarded by a ChatRoomSession when a user enters or leaves the room.

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

Properties

ChatRoomUri

Gets the chat room URI.

IsActive

Gets a value indicating whether this participant is active in the room.

Participant

Gets the participant that has joined the chat room.

Applies to