Room.ParticipantAdded event

Raised when a new participant is added.

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

Syntax

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

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

See also

Reference

Room class

Room members

Microsoft.Lync.Model.Room namespace