Call.RemoteParticipantChanged Event
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event RemoteParticipantChanged As EventHandler(Of RemoteParticipantChangedEventArgs)
'Usage
Dim instance As Call
Dim handler As EventHandler(Of RemoteParticipantChangedEventArgs)
AddHandler instance.RemoteParticipantChanged, handler
public event EventHandler<RemoteParticipantChangedEventArgs> RemoteParticipantChanged