[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.-ctor

C1DataCollectionBindingList Constructor

C1DataCollectionBindingList()

Initializes a new instance of the C1DataCollectionBindingList class.

Declaration
public C1DataCollectionBindingList()

C1DataCollectionBindingList(IEnumerable)

Initializes a new instance of the C1DataCollectionBindingList class.

Declaration
public C1DataCollectionBindingList(IEnumerable source)
Parameters
Type Name Description
IEnumerable source

The source.

C1DataCollectionBindingList(IDataCollection<object>, bool, bool)

Initializes a new instance of the C1DataCollectionBindingList class.

Declaration
public C1DataCollectionBindingList(IDataCollection<object> dataCollection, bool useNullSentinel = false, bool notifiesReplaceAsReset = false)
Parameters
Type Name Description
IDataCollection<object> dataCollection

The data collection.

bool useNullSentinel

Specifies whether the collection indexer will return a sentinel when the underlying collection returns a null item.

bool notifiesReplaceAsReset

When set to true, will raise Reset notification for item changes instead of ItemChanged.