ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumnCollection Class / OnRemoveComplete Method

In This Topic
    OnRemoveComplete Method (C1DisplayColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnRemoveComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected override void OnRemoveComplete( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also