Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / OnDocumentActiveLayerChanged Method


In This Topic
    OnDocumentActiveLayerChanged Method
    In This Topic
    Handles the DocumentActiveLayer changed document event
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDocumentActiveLayerChanged( _
       ByVal args As NDocumentEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDrawingView
    Dim args As NDocumentEventArgs
     
    instance.OnDocumentActiveLayerChanged(args)
    protected virtual void OnDocumentActiveLayerChanged( 
       NDocumentEventArgs args
    )

    Parameters

    args
    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