Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramNodeCompositeImpl Class / OnInserted Method
index at which the node was inserted
node which was inserted


In This Topic
    OnInserted Method (NDiagramNodeCompositeImpl)
    In This Topic
    Called when a node has been inserted in the base array list
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnInserted( _
       ByVal index As System.Integer, _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NDiagramNodeCompositeImpl
    Dim index As System.Integer
    Dim node As INNode
     
    instance.OnInserted(index, node)
    protected override void OnInserted( 
       System.int index,
       INNode node
    )

    Parameters

    index
    index at which the node was inserted
    node
    node which was inserted
    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