ParticipantPropertiesChangedEventArgs Class

Definition

Represents information about updated properties for a conversation participant.

public ref class ParticipantPropertiesChangedEventArgs : Microsoft::Rtc::Collaboration::PropertiesChangedEventArgs<Microsoft::Rtc::Collaboration::ConversationParticipantProperties ^>
public class ParticipantPropertiesChangedEventArgs : Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<Microsoft.Rtc.Collaboration.ConversationParticipantProperties>
type ParticipantPropertiesChangedEventArgs = class
    inherit PropertiesChangedEventArgs<ConversationParticipantProperties>
Public Class ParticipantPropertiesChangedEventArgs
Inherits PropertiesChangedEventArgs(Of ConversationParticipantProperties)
Inheritance

Properties

ChangedPropertyNames

Gets the list of property names that have changed.

(Inherited from PropertiesChangedEventArgs<TProperties>)
Participant

Gets the participant whose properties have changed.

Properties

Gets the current values of the properties.

(Inherited from PropertiesChangedEventArgs<TProperties>)

Applies to