CollectionChangedEventArgs<T>(T) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.