ParticipantLeftEventArgs Class

Definition

Event argument forwarded by a ChatRoomSession when another user leaves the chat room.

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

Properties

ChatRoomUri

Gets the chat room URI.

ParticipantUri

Gets the URI of the participant that has left the chat room.

Applies to