Share via


ConferenceSession.ParticipantEndpointPropertiesChanged Event

Raised when one or more properties of a participant endpoint change.

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

Syntax

'Declaration
Public Event ParticipantEndpointPropertiesChanged As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of ConferenceParticipantEndpointProperties))
'Usage
Dim instance As ConferenceSession
Dim handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of ConferenceParticipantEndpointProperties))

AddHandler instance.ParticipantEndpointPropertiesChanged, handler
public event EventHandler<ParticipantEndpointPropertiesChangedEventArgs<ConferenceParticipantEndpointProperties>> ParticipantEndpointPropertiesChanged

Remarks

A snapshot of the changed properties is provided when the event is raised. However, it is possible for an endpoint to change its properties while the event is being raised. The provided snapshot, on the other hand, will not change.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace