Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotDisposableKeyedCollection<T> Class / DisposeItem Method
The item that must be disposed.

In This Topic
    DisposeItem Method
    In This Topic
    Dispose the item of the collection.
    Syntax
    'Declaration
     
    Protected Sub DisposeItem( _
       ByVal item As T _
    ) 
    protected void DisposeItem( 
       T item
    )

    Parameters

    item
    The item that must be disposed.
    Remarks
    The item is disposed only if the collection belongs to a ViewportLayout.
    See Also