CollectionChangedEventArgs<T>(T) Constructor

Definition

Initializes a new instance of the CollectionChangedEventArgs class.

public:
 CollectionChangedEventArgs(T item);
public CollectionChangedEventArgs (T item);
new Microsoft.Rtc.Signaling.CollectionChangedEventArgs<'T> : 'T -> Microsoft.Rtc.Signaling.CollectionChangedEventArgs<'T>
Public Sub New (item As T)

Parameters

item
T

The item that is affected.

Applies to