ParticipantPrivilegeChangedEventArgs Class

Definition

Event argument forwarded by a ChatRoomSession when the privileges of a user have changed; see IsManager and IsPresenter.

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

Properties

ChatRoomUri

Gets the chat room URI.

Participant

Gets the participant whose privileges have changed, and the set of of privileges now granted to this participant.

Applies to