CollectionChangedEventArgs<T> Constructor
Initializes a new instance of the CollectionChangedEventArgs class.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
item As T _
)
'Usage
Dim item As T
Dim instance As New CollectionChangedEventArgs(item)
public CollectionChangedEventArgs(
T item
)
Parameters
- item
Type: T
The item that is affected.
See Also
Reference
CollectionChangedEventArgs<T> Class