Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellsLayout Class / LayedOutCells Event


In This Topic
    LayedOutCells Event
    In This Topic
    Occurs when cells have been layed out by this layout.
    Syntax
    'Declaration
     
    
    Public Event LayedOutCells As CellsLayoutEventHandler
    'Usage
     
    
    Dim instance As NCellsLayout
    Dim handler As CellsLayoutEventHandler
     
    AddHandler instance.LayedOutCells, handler
    public event CellsLayoutEventHandler LayedOutCells
    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