Conversation.ParticipantRemoved event

Raised when a participant remove operation completes.

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