Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / OnNodeDeselected Method
node which has been deselected


In This Topic
    OnNodeDeselected Method (NSelection)
    In This Topic
    Called when the specified node has been deselected
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnNodeDeselected( _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NSelection
    Dim node As INNode
     
    instance.OnNodeDeselected(node)
    protected virtual void OnNodeDeselected( 
       INNode node
    )

    Parameters

    node
    node which has been deselected
    Remarks
    This method will perform the following actions: This implementation calls the NView OnNodeDeselected method and invalidates the cashed selection entities This implementation calls the NView OnNodeDeselected method and invalidates the cashed selection entities
    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