McuSession.RaiseSessionParticipantPropertyChanged<TProperties> Method
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.
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.
Property change information.
- handler
- EventHandler<ParticipantEndpointPropertiesChangedEventArgs<TProperties>>
The multicast delegate to notify. May be null.