Click or drag to resize

LeadsListDataEventArgs Constructor (IEnumerableLeadsListItem)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public LeadsListDataEventArgs(
	IEnumerable<LeadsListItem> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableLeadsListItem
The data that will be populated.
Remarks