Nevron .NET Vision
Nevron.Diagram Namespace / NBridgeManager Class / OnLayerIndexChanged Method
layer whose index has changed


In This Topic
    OnLayerIndexChanged Method (NBridgeManager)
    In This Topic
    Called when the index of a layer inside its container has changed
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnLayerIndexChanged( _
       ByVal layer As NLayer _
    ) 
    'Usage
     
    
    Dim instance As NBridgeManager
    Dim layer As NLayer
     
    instance.OnLayerIndexChanged(layer)
    public virtual void OnLayerIndexChanged( 
       NLayer layer
    )

    Parameters

    layer
    layer whose index has 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