Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / OnLayoutRequested Method
The child that requested the layout.


In This Topic
    OnLayoutRequested Method (NUIElementContainer)
    In This Topic
    Notifies the container that a child needs a layout operation to be performed.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnLayoutRequested( _
       ByVal target As INLayoutableElement _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim target As INLayoutableElement
     
    instance.OnLayoutRequested(target)
    public virtual void OnLayoutRequested( 
       INLayoutableElement target
    )

    Parameters

    target
    The child that requested the layout.
    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