Edit

Share via


ParticipantPropertiesChangedEventArgs<TProperties> Constructor

Definition

protected public:
 ParticipantPropertiesChangedEventArgs(Microsoft::Rtc::Collaboration::ConversationParticipant ^ participant, System::Collections::Generic::IEnumerable<System::String ^> ^ changedPropertyNames, TProperties properties);
protected internal ParticipantPropertiesChangedEventArgs (Microsoft.Rtc.Collaboration.ConversationParticipant participant, System.Collections.Generic.IEnumerable<string> changedPropertyNames, TProperties properties);
new Microsoft.Rtc.Collaboration.ParticipantPropertiesChangedEventArgs<'Properties> : Microsoft.Rtc.Collaboration.ConversationParticipant * seq<string> * 'Properties -> Microsoft.Rtc.Collaboration.ParticipantPropertiesChangedEventArgs<'Properties>
Protected Friend Sub New (participant As ConversationParticipant, changedPropertyNames As IEnumerable(Of String), properties As TProperties)

Parameters

changedPropertyNames
IEnumerable<String>
properties
TProperties

Applies to