Nevron .NET Vision
Nevron.UI Namespace / NVisualElement Class / OnBoundsChanged Method


In This Topic
    OnBoundsChanged Method (NVisualElement)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnBoundsChanged( _
       ByVal e As System.EventArgs, _
       ByVal mask As BoundsChangedMask _
    ) 
    'Usage
     
    
    Dim instance As NVisualElement
    Dim e As System.EventArgs
    Dim mask As BoundsChangedMask
     
    instance.OnBoundsChanged(e, mask)
    protected override void OnBoundsChanged( 
       System.EventArgs e,
       BoundsChangedMask mask
    )

    Parameters

    e
    mask
    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