Share via


Room.ParticipantRemoved event

Raised when a existing participant is removed.

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Event ParticipantRemoved As EventHandler(Of RoomParticipantsEventArgs)
'Usage
Dim instance As Room
Dim handler As EventHandler(Of RoomParticipantsEventArgs)

AddHandler instance.ParticipantRemoved, handler
public event EventHandler<RoomParticipantsEventArgs> ParticipantRemoved

See also

Reference

Room class

Room members

Microsoft.Lync.Model.Room namespace