CollectionChangedEventArgs(T) Class
Returns data from the [CollectionChanged] event.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Rtc.Signaling..::..CollectionChangedEventArgs<(Of <(<'T>)>)>
Microsoft.Rtc.Signaling..::..IncomingConnectionAddedEventArgs
Microsoft.Rtc.Signaling..::..IncomingConnectionRemovedEventArgs
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class CollectionChangedEventArgs(Of T) _
Inherits EventArgs
'Usage
Dim instance As CollectionChangedEventArgs(Of T)
public class CollectionChangedEventArgs<T> : EventArgs
Type Parameters
- T
The type of item in the collection.
Remarks
For more information about generic parameters, see the topic Overview of Generics in the .NET Framework.
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.