CollectionChangedEventArgs<T> Class
Event information for collection changes.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.CollectionChangedEventArgs<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.
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.