CollectionChangedEventArgs<T> Class

Definition

Event information for collection changes.

generic <typename T>
public ref class CollectionChangedEventArgs : EventArgs
public class CollectionChangedEventArgs<T> : EventArgs
type CollectionChangedEventArgs<'T> = class
    inherit EventArgs
Public Class CollectionChangedEventArgs(Of T)
Inherits EventArgs

Type Parameters

T

The type of item in the collection.

Inheritance
CollectionChangedEventArgs<T>
Derived

Constructors

CollectionChangedEventArgs<T>(T)

Initializes a new instance of the CollectionChangedEventArgs class.

Properties

Item

Gets the item that is affected.

Applies to