[]
Start listening to property changes in a particular object.
public abstract void StartListening(T item)
Type | Name | Description |
---|---|---|
T | item | The object to listen to. |
LiveLinq calls this method when a new object is added to a collection, so LiveLinq needs to be notified of changes to property values in that object.