Nevron .NET Vision
Nevron.UI Namespace / INUIElementHost Interface / OnInvalidateRequested Method
The element this requests the invalidation
The bounds to invalidate.


In This Topic
    OnInvalidateRequested Method
    In This Topic
    Process a request for invalidating the specified bounds.
    Syntax
    'Declaration
     
    
    Sub OnInvalidateRequested( _
       ByVal el As INVisualElement, _
       ByVal bounds As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As INUIElementHost
    Dim el As INVisualElement
    Dim bounds As NRectangle
     
    instance.OnInvalidateRequested(el, bounds)
    void OnInvalidateRequested( 
       INVisualElement el,
       NRectangle bounds
    )

    Parameters

    el
    The element this requests the invalidation
    bounds
    The bounds to invalidate.
    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