Nevron .NET Vision
Nevron.UI Namespace / NLayoutEngine Class / NotifyLayoutBegin Method


In This Topic
    NotifyLayoutBegin Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub NotifyLayoutBegin( _
       ByVal targets() As INLayoutableElement _
    ) 
    'Usage
     
    
    Dim instance As NLayoutEngine
    Dim targets() As INLayoutableElement
     
    instance.NotifyLayoutBegin(targets)
    protected virtual void NotifyLayoutBegin( 
       INLayoutableElement[] targets
    )

    Parameters

    targets
    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