T
- The type of the item contained in the event.public class ItemEventArgs<T> extends Object implements IEventArgs
IObservableCollection
and similar that holds a specific item that is related to the
event.EMPTY
Constructor and Description |
---|
ItemEventArgs(T item)
Creates a new event argument for the given item.
|