Nevron .NET Vision
Nevron.Diagram Namespace / NBridgeManager Class / OnLayerInserted Method
layer which has been inserted


In This Topic
    OnLayerInserted Method (NBridgeManager)
    In This Topic
    Called by the container when the specified layer has been inserted
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnLayerInserted( _
       ByVal layer As NLayer _
    ) 
    'Usage
     
    
    Dim instance As NBridgeManager
    Dim layer As NLayer
     
    instance.OnLayerInserted(layer)
    public virtual void OnLayerInserted( 
       NLayer layer
    )

    Parameters

    layer
    layer 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