C

ItemEventArgs<T>

Event that holds a specific item that is related to the event.
Inheritance Hierarchy

Remarks

Type Parameters

T

The type of the item contained in the event.

Members

No filters for this type

Constructors

Creates a new event argument for the given item.

Parameters

item: T
The item which is the subject of the event.

Properties