Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / OnNodeDeselecting Method
node which is going to be deselected


In This Topic
    OnNodeDeselecting Method (NSelection)
    In This Topic
    Called when the specified node is going to be deselected
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnNodeDeselecting( _
       ByVal node As INNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSelection
    Dim node As INNode
    Dim value As System.Boolean
     
    value = instance.OnNodeDeselecting(node)
    protected virtual System.bool OnNodeDeselecting( 
       INNode node
    )

    Parameters

    node
    node which is going to be deselected

    Return Value

    true if the node can be deselected, otherwise false
    Remarks
    This implementation calls the NView OnNodeDeselecting method
    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