Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramEventSinkService Class / FireNodeMouseMove Method
node for which to fire the event
event arguments received from the view


In This Topic
    FireNodeMouseMove Method
    In This Topic
    Fires the NodeMouseMove event
    Syntax
    'Declaration
     
    
    Public Overridable Function FireNodeMouseMove( _
       ByVal node As INNode, _
       ByVal args As NMouseEventArgs _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDiagramEventSinkService
    Dim node As INNode
    Dim args As NMouseEventArgs
    Dim value As System.Boolean
     
    value = instance.FireNodeMouseMove(node, args)
    public virtual System.bool FireNodeMouseMove( 
       INNode node,
       NMouseEventArgs args
    )

    Parameters

    node
    node for which to fire the event
    args
    event arguments received from the view

    Return Value

    true if the event was handled, otherwise falsetrue if the event was handled, otherwise false
    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