Edit

Share via


ParticipantPropertiesChangedEventArgs<TProperties> Class

Definition

generic <typename TProperties>
public ref class ParticipantPropertiesChangedEventArgs : Microsoft::Rtc::Collaboration::PropertiesChangedEventArgs<TProperties>
public class ParticipantPropertiesChangedEventArgs<TProperties> : Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<TProperties>
type ParticipantPropertiesChangedEventArgs<'Properties> = class
    inherit PropertiesChangedEventArgs<'Properties>
Public Class ParticipantPropertiesChangedEventArgs(Of TProperties)
Inherits PropertiesChangedEventArgs(Of TProperties)

Type Parameters

TProperties
Inheritance
ParticipantPropertiesChangedEventArgs<TProperties>

Constructors

ParticipantPropertiesChangedEventArgs<TProperties>(ConversationParticipant, IEnumerable<String>, TProperties)

Properties

ChangedPropertyNames

Gets the list of property names that have changed.

(Inherited from PropertiesChangedEventArgs<TProperties>)
Participant
Properties

Gets the current values of the properties.

(Inherited from PropertiesChangedEventArgs<TProperties>)

Applies to