Gets the object that is being changed.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public T Item { get; private set; }
Visual Basic
Public Property Item As T
	Get
	Private Set

See Also