DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / CanReplace Method

In This Topic
    CanReplace Method (C1BindingListDataCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CanReplace( _
       ByVal index As Integer, _
       ByVal item As Object _
    ) As Boolean
    public bool CanReplace( 
       int index,
       object item
    )

    Parameters

    index
    item
    See Also