ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItemCollection Class / OnInsertComplete Method

In This Topic
    OnInsertComplete Method
    In This Topic
    Performs additional custom processes after inserting an DropDownItem into the DropDownItemCollection instance.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnInsertComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected override void OnInsertComplete( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also