Click or drag to resize
Wizard .NET Library

EventedListTListChangedEventArgsTItem Property

Gets the item that has changed.

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public T Item { get; }
Request Example View Source

Property Value

Type: T
The item.
See Also