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


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