Item Property
Gets the item that is affected.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Item As T
Get
'Usage
Dim instance As CollectionChangedEventArgs
Dim value As T
value = instance.Item
public T Item { get; }
Property Value
Type: T
An object of type T representing the affected item.
See Also
Reference
CollectionChangedEventArgs<(Of <(<'T>)>)> Class