ParticipantEndpointAttendanceChanged Event

ConferenceSession enables an application to join a conference.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event ParticipantEndpointAttendanceChanged As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of ConferenceParticipantEndpointProperties))
'Usage
Dim instance As ConferenceSession
Dim handler As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of ConferenceParticipantEndpointProperties))

AddHandler instance.ParticipantEndpointAttendanceChanged, handler
public event EventHandler<ParticipantEndpointAttendanceChangedEventArgs<ConferenceParticipantEndpointProperties>> ParticipantEndpointAttendanceChanged

Remarks

Member remarks, paragraph one.

Member remarks, paragraph two.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace