This documentation is archived and is not being maintained.
How to: Implement the IListSource Interface
Visual Studio 2010
Implement the IListSource interface to create a bindable class that does not implement IList but instead provides a list from another location.
The following code example demonstrates how to implement the IListSource interface. A component named EmployeeListSource exposes an IList for data binding by implementing the GetList method.
Show: