ParticipantPropertiesChangedEventArgs<TProperties> Constructor
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.
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
- participant
- ConversationParticipant
- changedPropertyNames
- IEnumerable<String>
- properties
- TProperties