ConferenceSession.ParticipantEndpointPropertiesChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when one or more properties of a participant endpoint change.
public:
event EventHandler<Microsoft::Rtc::Collaboration::ParticipantEndpointPropertiesChangedEventArgs<Microsoft::Rtc::Collaboration::ConferenceParticipantEndpointProperties ^> ^> ^ ParticipantEndpointPropertiesChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointPropertiesChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties>> ParticipantEndpointPropertiesChanged;
member this.ParticipantEndpointPropertiesChanged : EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointPropertiesChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties>>
Public Custom Event ParticipantEndpointPropertiesChanged As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of ConferenceParticipantEndpointProperties))
Event Type
EventHandler<ParticipantEndpointPropertiesChangedEventArgs<ConferenceParticipantEndpointProperties>>
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.