[]
Stop listening to property changes in a particular object.
public abstract void StopListening(T item)
Type | Name | Description |
---|---|---|
T | item | The object to stop listening to. |
LiveLinq calls this method when an object is removed from a collection, so LiveLinq no longer needs to be notified of changes to property values in that object.