McuSession.RaiseSessionParticipantPropertyChanged<TProperties> Method
Raises a property changed event for the McuSessionParticipant.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub RaiseSessionParticipantPropertyChanged(Of TProperties As McuParticipantEndpointProperties) ( _
endpoint As ParticipantEndpoint, _
pmi As PropertyMergeInformation(Of McuParticipantEndpointProperties), _
handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of TProperties)) _
)
'Usage
Dim endpoint As ParticipantEndpoint
Dim pmi As PropertyMergeInformation(Of McuParticipantEndpointProperties)
Dim handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of TProperties))
Me.RaiseSessionParticipantPropertyChanged(endpoint, _
pmi, handler)
protected void RaiseSessionParticipantPropertyChanged<TProperties>(
ParticipantEndpoint endpoint,
PropertyMergeInformation<McuParticipantEndpointProperties> pmi,
EventHandler<ParticipantEndpointPropertiesChangedEventArgs<TProperties>> handler
)
where TProperties : McuParticipantEndpointProperties
Type Parameters
- TProperties
The strong type of the MCU session properties.
Parameters
- endpoint
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The participant endpoints with changed properties.
- pmi
Type: PropertyMergeInformation<McuParticipantEndpointProperties>
Property change information.
- handler
Type: System.EventHandler<ParticipantEndpointPropertiesChangedEventArgs<TProperties>>
The multicast delegate to notify. May be null.