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