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


In This Topic
    LayingOutCells Event
    In This Topic
    Occurs when cells are about to layed out by this layout.
    Syntax
    'Declaration
     
    
    Public Event LayingOutCells As CellsLayoutCancelEventHandler
    'Usage
     
    
    Dim instance As NCellsLayout
    Dim handler As CellsLayoutCancelEventHandler
     
    AddHandler instance.LayingOutCells, handler
    public event CellsLayoutCancelEventHandler LayingOutCells
    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