Share via


InviteRemoteParticipantUpdate Event

Raised when the operation to add remote participants to the conversation has completed sending the invitation to a specific participant.

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

Syntax

'Declaration
Public Event InviteRemoteParticipantUpdate As EventHandler(Of InviteParticipantUpdateEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of InviteParticipantUpdateEventArgs)

AddHandler instance.InviteRemoteParticipantUpdate, handler
public event EventHandler<InviteParticipantUpdateEventArgs> InviteRemoteParticipantUpdate

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace