Share via


ParticipantPropertiesChangedEventArgs(TProperties) Constructor

[Value Needed].

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

Syntax

'Declaration
Protected Friend Sub New ( _
    participant As ConversationParticipant, _
    changedPropertyNames As IEnumerable(Of String), _
    properties As TProperties _
)
'Usage
Dim participant As ConversationParticipant
Dim changedPropertyNames As IEnumerable(Of String)
Dim properties As TProperties

Dim instance As New ParticipantPropertiesChangedEventArgs(participant, _
    changedPropertyNames, properties)
protected internal ParticipantPropertiesChangedEventArgs(
    ConversationParticipant participant,
    IEnumerable<string> changedPropertyNames,
    TProperties properties
)

Parameters

See Also

Reference

ParticipantPropertiesChangedEventArgs<(Of <(<'TProperties>)>)> Class

ParticipantPropertiesChangedEventArgs<(Of <(<'TProperties>)>)> Members

Microsoft.Rtc.Collaboration Namespace