Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportList Class / OnRemove Method

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

    Parameters

    index
    value
    See Also