Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockZoneChild Interface / OnSizeInfoChanged Method


In This Topic
    OnSizeInfoChanged Method (INDockZoneChild)
    In This Topic
    Notifies this child of a change in its SizeInfo member.
    Syntax
    'Declaration
     
    
    Sub OnSizeInfoChanged( _
       ByVal hint As System.Object _
    ) 
    'Usage
     
    
    Dim instance As INDockZoneChild
    Dim hint As System.Object
     
    instance.OnSizeInfoChanged(hint)
    void OnSizeInfoChanged( 
       System.object hint
    )

    Parameters

    hint
    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