DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / IBindingListDataCollectionItem Interface
Members

In This Topic
    IBindingListDataCollectionItem Interface
    In This Topic
    Interface implemented by dynamic items created by C1BindingListDataCollection.
    Object Model
    IBindingListDataCollectionItem Interface
    Syntax
    'Declaration
     
    Public Interface IBindingListDataCollectionItem 
    public interface IBindingListDataCollectionItem 
    Remarks
    This interface can be used to access the original item in the underlying System.ComponentModel.IBindingList.
    See Also