Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceDirectedLayout Class / IterationCompleted Event


In This Topic
    IterationCompleted Event
    In This Topic
    Layout events category event, which is raised on the completion of each iteration of a force directed layout. The implementation installs an event listener for this event of this node in the layout events category.
    Syntax
    'Declaration
     
    
    Public Event IterationCompleted As GraphLayoutCancelEventHandler
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim handler As GraphLayoutCancelEventHandler
     
    AddHandler instance.IterationCompleted, handler
    public event GraphLayoutCancelEventHandler IterationCompleted
    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