Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDragDropEventDelegatorTool Class / CreateDragEventArguments Method
node which was hit
point in scene coordinates
original drag event arguments


In This Topic
    CreateDragEventArguments Method
    In This Topic
    Creates new drag event arguments
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateDragEventArguments( _
       ByVal hitNode As INNode, _
       ByVal scenePoint As NPointF, _
       ByVal e As System.Windows.Forms.DragEventArgs _
    ) As NDragEventArgs
    'Usage
     
    
    Dim instance As NDragDropEventDelegatorTool
    Dim hitNode As INNode
    Dim scenePoint As NPointF
    Dim e As System.Windows.Forms.DragEventArgs
    Dim value As NDragEventArgs
     
    value = instance.CreateDragEventArguments(hitNode, scenePoint, e)
    protected virtual NDragEventArgs CreateDragEventArguments( 
       INNode hitNode,
       NPointF scenePoint,
       System.Windows.Forms.DragEventArgs e
    )

    Parameters

    hitNode
    node which was hit
    scenePoint
    point in scene coordinates
    e
    original drag event arguments

    Return Value

    extended drag event arguments
    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