Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramElementCompositeImpl Class / OnInserting Method
index at which the node will be inserted
node which will be inserted


In This Topic
    OnInserting Method (NDiagramElementCompositeImpl)
    In This Topic
    Called when a node is about to be inserted in the base array list
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnInserting( _
       ByVal index As System.Integer, _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NDiagramElementCompositeImpl
    Dim index As System.Integer
    Dim node As INNode
     
    instance.OnInserting(index, node)
    protected override void OnInserting( 
       System.int index,
       INNode node
    )

    Parameters

    index
    index at which the node will be inserted
    node
    node which will be inserted
    Remarks
    Overriden to assign a name to the element, if it does not have one already
    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