Conversation.ParticipantAdded Event
Occurs when a participant is added to the conversation.
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