\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / C1DataColumnCollection Class / OnSetComplete Method

In This Topic
    OnSetComplete Method (C1DataColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnSetComplete( _
       ByVal index As System.Integer, _
       ByVal oldValue As System.Object, _
       ByVal newValue As System.Object _
    ) 
    protected virtual void OnSetComplete( 
       System.int index,
       System.object oldValue,
       System.object newValue
    )

    Parameters

    index
    oldValue
    newValue
    See Also