[]
Provides data for an event in a collection.
public class ItemEventArgs<T> : EventArgs
Public Class ItemEventArgs(Of T)
Inherits EventArgs
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ItemEventArgs(T, ItemChangedType) | Initializes a new instance of the ItemEventArgs<T> class. |
| Name | Description |
|---|---|
| Item | Gets the item. |
| Type | Specifies how the item changed |