Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NGraphLayout Class / LayedOutGraph Event


In This Topic
    LayedOutGraph Event
    In This Topic
    Occurs when a graph has been layed out by this layout.
    Syntax
    'Declaration
     
    
    Public Event LayedOutGraph As GraphLayoutEventHandler
    'Usage
     
    
    Dim instance As NGraphLayout
    Dim handler As GraphLayoutEventHandler
     
    AddHandler instance.LayedOutGraph, handler
    public event GraphLayoutEventHandler LayedOutGraph
    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