'宣言 Public Function New( _ ByVal dataCollection As IDataCollection(Of Object), _ Optional ByVal useNullSentinel As System.Boolean, _ Optional ByVal notifiesReplaceAsReset As System.Boolean _ )
public C1DataCollectionBindingList( IDataCollection<object> dataCollection, System.bool useNullSentinel, System.bool notifiesReplaceAsReset )
パラメータ
- dataCollection
- The data collection.
- useNullSentinel
- Specifies whether the collection indexer will return a sentinel when the underlying collection returns a null item.
- notifiesReplaceAsReset
- When set to true, will raise Reset notification for item changes instead of ItemChanged.