Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTracker Class / StartDragging Method
handle which is beginning to be dragged


In This Topic
    StartDragging Method (NTracker)
    In This Topic
    Called by handles when the specified handle begins to be dragged
    Syntax
    'Declaration
     
    
    Public Overridable Sub StartDragging( _
       ByVal handle As NHandle _
    ) 
    'Usage
     
    
    Dim instance As NTracker
    Dim handle As NHandle
     
    instance.StartDragging(handle)
    public virtual void StartDragging( 
       NHandle handle
    )

    Parameters

    handle
    handle which is beginning to be dragged
    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