Nevron .NET Vision
Nevron.Dom Namespace / NNodeEventSinkService Class / FireNodeInserted Method
parent in which the node was inserted
child which has been inserted


In This Topic
    FireNodeInserted Method
    In This Topic
    Fires the NodeInserted event
    Syntax
    'Declaration
     
    
    Public Overridable Sub FireNodeInserted( _
       ByVal parent As INNode, _
       ByVal child As INNode _
    ) 
    'Usage
     
    
    Dim instance As NNodeEventSinkService
    Dim parent As INNode
    Dim child As INNode
     
    instance.FireNodeInserted(parent, child)
    public virtual void FireNodeInserted( 
       INNode parent,
       INNode child
    )

    Parameters

    parent
    parent in which the node was inserted
    child
    child which has been inserted
    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