Raised when a participant joins the chat room. Privileges monitored by this event include Manager and Presenter . For best results, register for this event before invoking BeginJoin(ChatRoomSummary, AsyncCallback, Object) on the session.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public Event 
ParticipantPrivilegeChanged 
As 
EventHandler(
Of 

ParticipantPrivilegeChangedEventArgs)
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomSession
Dim 
handler 
As 
EventHandler(
Of 

ParticipantPrivilegeChangedEventArgs)

AddHandler instance.
ParticipantPrivilegeChanged, 
handler
C#
public event 
EventHandler<

ParticipantPrivilegeChangedEventArgs> 
ParticipantPrivilegeChanged

See Also