Conversation.ParticipantAdded event

Raised when a participant add operation completes.

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

Syntax

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

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

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace