[]
        
(Showing Draft Content)

C1.LiveLinq.Listeners.PropertyChangeListener-1.StartListening

StartListening Method

StartListening(T)

Start listening to property changes in a particular object.

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

The object to listen to.

Remarks

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.