PropertiesChangedEventArgs<TProperties> Constructor
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.
Creates a new instance of PropertiesChangedEventArgs.
protected public:
PropertiesChangedEventArgs(System::Collections::Generic::IEnumerable<System::String ^> ^ changedPropertyNames, TProperties properties);
protected internal PropertiesChangedEventArgs (System.Collections.Generic.IEnumerable<string> changedPropertyNames, TProperties properties);
new Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<'Properties> : seq<string> * 'Properties -> Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<'Properties>
Protected Friend Sub New (changedPropertyNames As IEnumerable(Of String), properties As TProperties)
Parameters
- changedPropertyNames
- IEnumerable<String>
A list of changed property names.
- properties
- TProperties
The current values of the properties.