Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTracker Class / Drag Method
dragged handle


In This Topic
    Drag Method (NTracker)
    In This Topic
    Called when the specified handle has been dragged
    Syntax
    'Declaration
     
    
    Public Overridable Sub Drag( _
       ByVal handle As NHandle _
    ) 
    'Usage
     
    
    Dim instance As NTracker
    Dim handle As NHandle
     
    instance.Drag(handle)
    public virtual void Drag( 
       NHandle handle
    )

    Parameters

    handle
    dragged handle
    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