ParticipantPropertiesChangedEventArgs Class
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.
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
-
ParticipantPropertiesChangedEventArgs
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>) |