ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / OnInsert Method

In This Topic
    OnInsert Method (PlaceholderCollection)
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnInsert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected override void OnInsert( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also