ParticipantPropertiesChangedEventArgs<TProperties> Constructor
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
- participant
Type: Microsoft.Rtc.Collaboration.ConversationParticipant
- changedPropertyNames
Type: System.Collections.Generic.IEnumerable<String>
- properties
Type: TProperties
See Also
Reference
ParticipantPropertiesChangedEventArgs<TProperties> Class