Nevron .NET Vision
Nevron.Dom Namespace / NNodeEventSinkService Class / FireNodeIndexChanged Method
parent node in which node resides
child node whose index has been changed


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

    Parameters

    parent
    parent node in which node resides
    child
    child node whose index has been changed
    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