Share via


Conversation.ParticipantRemoved Event

Occurs when a participant is removed from the conversation.

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

Syntax

'Declaration
Public Event ParticipantRemoved As EventHandler(Of ParticipantCollectionChangedEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of ParticipantCollectionChangedEventArgs)

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

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace