Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / OnRemoved Method
node which was removed


In This Topic
    OnRemoved Method (NUIElementContainer)
    In This Topic
    Called when a node has been removed from the base array list
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRemoved( _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim node As INNode
     
    instance.OnRemoved(node)
    protected virtual void OnRemoved( 
       INNode node
    )

    Parameters

    node
    node which was removed
    Remarks
    This implementation fires the NodeRemoved event if the implementation is connected to an event sink service
    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