[]
        
(Showing Draft Content)

C1.LiveLinq.Listeners.PropertyChangeListener-1.StopListening

StopListening Method

StopListening(T)

Stop listening to property changes in a particular object.

Declaration
public abstract void StopListening(T item)
Parameters
Type Name Description
T item

The object to stop listening to.

Remarks

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.