[]
Initializes a new instance of the ItemEventArgs<T> class.
public ItemEventArgs(T item, ItemChangedType type)
Public Sub New(item As T, type As ItemChangedType)
Type | Name | Description |
---|---|---|
T | item | An object value that indicates the item. |
ItemChangedType | type | Specifies how the item changed |