Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / OnChildInvalidated Method
The child which was invalidated.


In This Topic
    OnChildInvalidated Method (NUIElementContainer)
    In This Topic
    Gets notified for a child element being invalidated. Allows to perform additional operations like clearing cache.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnChildInvalidated( _
       ByVal child As INVisualElement _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim child As INVisualElement
     
    instance.OnChildInvalidated(child)
    public virtual void OnChildInvalidated( 
       INVisualElement child
    )

    Parameters

    child
    The child which was invalidated.
    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