Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLineJumps Class / OnShapeIndexChanged Method
shape whose index has changed


In This Topic
    OnShapeIndexChanged Method
    In This Topic
    Called by the container when the index of a shape inside its container has changed
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnShapeIndexChanged( _
       ByVal shape As NShape _
    ) 
    'Usage
     
    
    Dim instance As NLineJumps
    Dim shape As NShape
     
    instance.OnShapeIndexChanged(shape)
    public virtual void OnShapeIndexChanged( 
       NShape shape
    )

    Parameters

    shape
    shape whose index has changed
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also