Nevron .NET Vision
Nevron.Diagram Namespace / INLayerObserver Interface / OnLayerRemoved Method


In This Topic
    OnLayerRemoved Method (INLayerObserver)
    In This Topic
    Called when a layer has been removed
    Syntax
    'Declaration
     
    
    Sub OnLayerRemoved( _
       ByVal layer As NLayer _
    ) 
    'Usage
     
    
    Dim instance As INLayerObserver
    Dim layer As NLayer
     
    instance.OnLayerRemoved(layer)
    void OnLayerRemoved( 
       NLayer layer
    )

    Parameters

    layer
    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