Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotKeyedCollection<T> Class / SetItem Method

In This Topic
    SetItem Method (EyeshotKeyedCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    protected override void SetItem( 
       int index,
       T item
    )

    Parameters

    index
    item
    See Also