Edit

Share via


McuSession.RaiseSessionParticipantPropertyChanged<TProperties> Method

Definition

Raises a property changed event for the McuSessionParticipant.

protected:
generic <typename TProperties>
 where TProperties : Microsoft::Rtc::Collaboration::ComponentModel::McuParticipantEndpointProperties void RaiseSessionParticipantPropertyChanged(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ endpoint, Microsoft::Rtc::Internal::Collaboration::PropertyMergeInformation<Microsoft::Rtc::Collaboration::ComponentModel::McuParticipantEndpointProperties ^> ^ pmi, EventHandler<Microsoft::Rtc::Collaboration::ParticipantEndpointPropertiesChangedEventArgs<TProperties> ^> ^ handler);
protected void RaiseSessionParticipantPropertyChanged<TProperties> (Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint, Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties> pmi, EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointPropertiesChangedEventArgs<TProperties>> handler) where TProperties : Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties;
member this.RaiseSessionParticipantPropertyChanged : Microsoft.Rtc.Collaboration.ParticipantEndpoint * Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties> * EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointPropertiesChangedEventArgs<'Properties>> -> unit (requires 'Properties :> Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties)
Protected Sub RaiseSessionParticipantPropertyChanged(Of TProperties As McuParticipantEndpointProperties) (endpoint As ParticipantEndpoint, pmi As PropertyMergeInformation(Of McuParticipantEndpointProperties), handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of TProperties)))

Type Parameters

TProperties

The strong type of the MCU session properties.

Parameters

endpoint
ParticipantEndpoint

The participant endpoints with changed properties.

handler
EventHandler<ParticipantEndpointPropertiesChangedEventArgs<TProperties>>

The multicast delegate to notify. May be null.

Applies to