Represents a control that can present a collection of data items asynchronously.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public interface IAsyncCollectionPresenterControl : IAsyncPresenterControl, 
	IDataCollectionControl
Visual Basic (Declaration)
Public Interface IAsyncCollectionPresenterControl _
	Implements IAsyncPresenterControl, IDataCollectionControl

See Also