Nevron .NET Vision
Nevron.UI Namespace / NUIElement Class / OnLayoutBegin Method


In This Topic
    OnLayoutBegin Method (NUIElement)
    In This Topic
    Notifies this instance for the beginning of a layout operation.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnLayoutBegin() 
    'Usage
     
    
    Dim instance As NUIElement
     
    instance.OnLayoutBegin()
    public virtual void OnLayoutBegin()
    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