Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramNodeCompositeImpl Class / OnIndexChanged Method
node whose index in the base array is changing
current node index
old node index


In This Topic
    OnIndexChanged Method (NDiagramNodeCompositeImpl)
    In This Topic
    Called when the index of the specified node is about to change
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnIndexChanged( _
       ByVal node As INNode, _
       ByVal curIndex As System.Integer, _
       ByVal oldIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDiagramNodeCompositeImpl
    Dim node As INNode
    Dim curIndex As System.Integer
    Dim oldIndex As System.Integer
     
    instance.OnIndexChanged(node, curIndex, oldIndex)
    protected override void OnIndexChanged( 
       INNode node,
       System.int curIndex,
       System.int oldIndex
    )

    Parameters

    node
    node whose index in the base array is changing
    curIndex
    current node index
    oldIndex
    old node index
    Remarks
    Overriden to invalidate the node if it is visible
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also