Conversation.ParticipantPropertiesChanged Event

Definition

Raised when one or more properties of the participant change(s).

public:
 event EventHandler<Microsoft::Rtc::Collaboration::ParticipantPropertiesChangedEventArgs ^> ^ ParticipantPropertiesChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ParticipantPropertiesChangedEventArgs> ParticipantPropertiesChanged;
member this.ParticipantPropertiesChanged : EventHandler<Microsoft.Rtc.Collaboration.ParticipantPropertiesChangedEventArgs> 
Public Custom Event ParticipantPropertiesChanged As EventHandler(Of ParticipantPropertiesChangedEventArgs) 

Event Type

Remarks

The event handler will be raised for both local as well as remote participant property changes.

Applies to