ParticipantPropertiesChangedEventArgs<TProperties> Class
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<TProperties>
Microsoft.Rtc.Collaboration.ParticipantPropertiesChangedEventArgs<TProperties>
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class ParticipantPropertiesChangedEventArgs(Of TProperties) _
Inherits PropertiesChangedEventArgs(Of TProperties)
'Usage
Dim instance As ParticipantPropertiesChangedEventArgs(Of TProperties)
public class ParticipantPropertiesChangedEventArgs<TProperties> : PropertiesChangedEventArgs<TProperties>
Type Parameters
- TProperties
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.