[]
Initializes a new instance of the C1DataCollectionBindingList class.
public C1DataCollectionBindingList()
Initializes a new instance of the C1DataCollectionBindingList class.
public C1DataCollectionBindingList(IEnumerable source)
Type | Name | Description |
---|---|---|
IEnumerable | source | The source. |
Initializes a new instance of the C1DataCollectionBindingList class.
public C1DataCollectionBindingList(IDataCollection<object> dataCollection, bool useNullSentinel = false, bool notifiesReplaceAsReset = false)
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. |