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


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

    Parameters

    node
    node which is going to be selected

    Return Value

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