CollectionChangedEventArgs<T> Class
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.
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. |