PropertiesChangedEventArgs<TProperties> Constructor
Creates a new instance of PropertiesChangedEventArgs.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Friend Sub New ( _
changedPropertyNames As IEnumerable(Of String), _
properties As TProperties _
)
'Usage
Dim changedPropertyNames As IEnumerable(Of String)
Dim properties As TProperties
Dim instance As New PropertiesChangedEventArgs(changedPropertyNames, _
properties)
protected internal PropertiesChangedEventArgs(
IEnumerable<string> changedPropertyNames,
TProperties properties
)
Parameters
- changedPropertyNames
Type: System.Collections.Generic.IEnumerable<String>
A list of changed property names.
- properties
Type: TProperties
The current values of the properties.
See Also
Reference
PropertiesChangedEventArgs<TProperties> Class