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


In This Topic
    OnNodeSelecting Method (NView)
    In This Topic
    Called by the selection when the specified node is about to be selected
    Syntax
    'Declaration
     
    
    Public Overridable Function OnNodeSelecting( _
       ByVal node As INNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NView
    Dim node As INNode
    Dim value As System.Boolean
     
    value = instance.OnNodeSelecting(node)
    public 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 will fire the NodeSelecting event
    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