Conversation.ParticipantPropertiesChanged Event
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.
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.