EntitySet<TEntity>::ListChanged Event

 

Occurs when the contents of a list are changed.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
event ListChangedEventHandler^ ListChanged {
	void add(ListChangedEventHandler^ value);
	void remove(ListChangedEventHandler^ value);
}

.NET Framework
Available since 3.5
Return to top
Show: