Share via


CollectionChangedEventArgs(T) Constructor

Initializes a new instance of the 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<(Of <(<'T>)>)> Class

CollectionChangedEventArgs<(Of <(<'T>)>)> Members

Microsoft.Rtc.Signaling Namespace