ChatRoomSession.ParticipantPrivilegeChanged Event

Definition

Raised when the privileges of an active user in this chat room change.
Privileges monitored by this event include Manager and Presenter. To catch the events, an application must register for this event before invoking BeginJoin(ChatRoomSummary, AsyncCallback, Object) on the session.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::PersistentChat::ParticipantPrivilegeChangedEventArgs ^> ^ ParticipantPrivilegeChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.PersistentChat.ParticipantPrivilegeChangedEventArgs> ParticipantPrivilegeChanged;
member this.ParticipantPrivilegeChanged : EventHandler<Microsoft.Rtc.Collaboration.PersistentChat.ParticipantPrivilegeChangedEventArgs> 
Public Custom Event ParticipantPrivilegeChanged As EventHandler(Of ParticipantPrivilegeChangedEventArgs) 

Event Type

Applies to